mirror of
https://github.com/robweber/xbmcbackup.git
synced 2024-11-14 20:35:48 +01:00
bump xbmc python version
This commit is contained in:
parent
6f34d39822
commit
a439863c05
@ -1,8 +1,8 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||||
<addon id="script.xbmcbackup"
|
<addon id="script.xbmcbackup"
|
||||||
name="XBMC Backup" version="0.5.2" provider-name="robweber">
|
name="XBMC Backup" version="0.5.3" provider-name="robweber">
|
||||||
<requires>
|
<requires>
|
||||||
<import addon="xbmc.python" version="2.12.0"/>
|
<import addon="xbmc.python" version="2.14.0"/>
|
||||||
</requires>
|
</requires>
|
||||||
<extension point="xbmc.python.script" library="default.py">
|
<extension point="xbmc.python.script" library="default.py">
|
||||||
<provides>executable</provides>
|
<provides>executable</provides>
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
Version 0.5.3
|
||||||
|
|
||||||
|
updated python version
|
||||||
|
|
||||||
Version 0.5.2
|
Version 0.5.2
|
||||||
|
|
||||||
added additional script and window parameters, thanks Samu-rai
|
added additional script and window parameters, thanks Samu-rai
|
||||||
|
Loading…
Reference in New Issue
Block a user