updated google client version

This commit is contained in:
Rob Weber 2015-11-16 09:26:48 -06:00
parent 0926c5d3a1
commit 210a907f8a
2 changed files with 6 additions and 2 deletions

View File

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.xbmcbackup"
name="Backup" version="1.0.6" provider-name="robweber">
name="Backup" version="1.0.7" provider-name="robweber">
<requires>
<import addon="xbmc.python" version="2.19.0"/>
<import addon="script.module.httplib2" version="0.8.0" />
<import addon="script.module.oauth2client" version="1.4.7" />
<import addon="script.module.uritemplate" version="0.6" />
<import addon="script.module.yaml" version="3.11"/>
<import addon="script.module.googleapi" version="1.4.0" />
<import addon="script.module.googleapi" version="1.4.2" />
</requires>
<extension point="xbmc.python.script" library="default.py">
<provides>executable</provides>

View File

@ -1,3 +1,7 @@
Version 1.0.7
updated google client api version
Version 1.0.6
fix for custom directories not working recursively