XBMC python update. git-svn
authorstephendenham <stephendenham@2dec19e3-eb1d-4749-8193-008c8bba0994>
Mon, 30 Jun 2014 16:59:45 +0000 (16:59 +0000)
committerstephendenham <stephendenham@2dec19e3-eb1d-4749-8193-008c8bba0994>
Mon, 30 Jun 2014 16:59:45 +0000 (16:59 +0000)
git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@101 2dec19e3-eb1d-4749-8193-008c8bba0994

addon.xml
changelog.txt

index ab0e3e2..4961aa6 100644 (file)
--- a/addon.xml
+++ b/addon.xml
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <addon id="plugin.audio.groove" name="Grooveshark XBMC"
-       version="2.0.11" provider-name="Stephen Denham">
+       version="2.0.12" provider-name="Stephen Denham">
        <requires>
-               <import addon="xbmc.python" version="2.1.0" />
+               <import addon="xbmc.python" version="2.14.0" />
                <import addon="script.module.simplejson"/>
        </requires>
        <extension point="xbmc.python.pluginsource" library="default.py">
index d6a337b..0d3842b 100644 (file)
@@ -1,8 +1,12 @@
-2.11.0
+2.0.12
+
+XBMC python update.
+
+2.0.11
 
 Fix artwork download.
 
-2.10.0
+2.0.10
 
 Fix sessions bug.