version bump

This commit is contained in:
Rob Weber 2017-01-23 11:45:34 -06:00
parent 17aeb98bf2
commit ca454d5eee
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<?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="Backup" version="1.0.8" provider-name="robweber"> name="Backup" version="1.0.9" provider-name="robweber">
<requires> <requires>
<!-- jarvis --> <!-- jarvis -->
<import addon="xbmc.python" version="2.24.0"/> <import addon="xbmc.python" version="2.24.0"/>

View File

@ -1,3 +1,7 @@
Version 1.0.9
fixed dropbox rest.py for Python 2.6 - thanks koying!
Version 1.0.8 Version 1.0.8
bug fixes bug fixes