mirror of
https://github.com/robweber/xbmcbackup.git
synced 2024-11-15 04:45:49 +01:00
updated xbmc python version
This commit is contained in:
parent
8e7aacca4f
commit
3cd1ae3247
@ -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.3.2" provider-name="robweber">
|
name="XBMC Backup" version="0.3.3" provider-name="robweber">
|
||||||
<requires>
|
<requires>
|
||||||
<import addon="xbmc.python" version="2.0"/>
|
<import addon="xbmc.python" version="2.1.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.3.3
|
||||||
|
|
||||||
|
updated xbmc python version (2.1.0)
|
||||||
|
|
||||||
Version 0.3.2
|
Version 0.3.2
|
||||||
|
|
||||||
added settings for user provided Dropbox key and secret
|
added settings for user provided Dropbox key and secret
|
||||||
|
Loading…
Reference in New Issue
Block a user