Skip to content

Commit

Permalink
updated xbmc python version
Browse files Browse the repository at this point in the history
  • Loading branch information
robweber committed Dec 31, 2012
1 parent 8e7aacc commit 3cd1ae3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addon.xml
@@ -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>
Expand Down
4 changes: 4 additions & 0 deletions changelog.txt
@@ -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
Expand Down

0 comments on commit 3cd1ae3

Please sign in to comment.