updated xbmc python version

This commit is contained in:
Rob Weber 2012-12-31 08:31:48 -06:00
parent 8e7aacca4f
commit 3cd1ae3247
2 changed files with 6 additions and 2 deletions

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<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>
<import addon="xbmc.python" version="2.0"/>
<import addon="xbmc.python" version="2.1.0"/>
</requires>
<extension point="xbmc.python.script" library="default.py">
<provides>executable</provides>

View File

@ -1,3 +1,7 @@
Version 0.3.3
updated xbmc python version (2.1.0)
Version 0.3.2
added settings for user provided Dropbox key and secret