version bump, closes #126

This commit is contained in:
Rob Weber 2017-12-27 09:57:47 -06:00
parent 4b8b847544
commit 6a8573a0c8
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.xbmcbackup"
name="Backup" version="1.1.0" provider-name="robweber">
name="Backup" version="1.1.2" provider-name="robweber">
<requires>
<!-- jarvis -->
<import addon="xbmc.python" version="2.24.0"/>

View File

@ -1,3 +1,7 @@
Version 1.1.2
added fixes to the Dropbox lib for python 2.6
Version 1.1.1
fixed error on authorizers (missing secret/key)