The branch, eden has been updated
       via  c02bf5253490582a85cd98d295dc23d348f2542a (commit)
      from  cbe8412038c9d59bdc968ac1a8cbffa1ae0d5a7d (commit)

- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/plugins;a=commit;h=c02bf5253490582a85cd98d295dc23d348f2542a

commit c02bf5253490582a85cd98d295dc23d348f2542a
Author: unknown <[email protected]>
Date:   Wed Aug 8 13:14:02 2012 +0200

    [plugin.audio.mp3search] -v0.2.2

diff --git a/plugin.audio.mp3search/addon.xml b/plugin.audio.mp3search/addon.xml
index b525c12..803437c 100644
--- a/plugin.audio.mp3search/addon.xml
+++ b/plugin.audio.mp3search/addon.xml
@@ -1,11 +1,11 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <addon id="plugin.audio.mp3search"
        name="MP3 Search"
-       version="0.2.1"
+       version="0.2.2"
        provider-name="[email protected]">
   <requires>
     <import addon="xbmc.python" version="2.0"/>
-    <import addon="script.module.simple.downloader.beta" version="0.9.1"/>
+    <import addon="script.module.simple.downloader" version="0.9.2"/>
   </requires>
   <extension point="xbmc.python.pluginsource"
              provides="audio"
diff --git a/plugin.audio.mp3search/changelog.txt 
b/plugin.audio.mp3search/changelog.txt
index b2d1a29..60df53d 100644
--- a/plugin.audio.mp3search/changelog.txt
+++ b/plugin.audio.mp3search/changelog.txt
@@ -1,4 +1,4 @@
-[B]0.2.1:[/B]
+[B]0.2.2:[/B]
 Updated due to site changes (grrrr...)
 
 - different access to site
diff --git a/plugin.audio.mp3search/default.py 
b/plugin.audio.mp3search/default.py
index b57fb90..21bc010 100644
--- a/plugin.audio.mp3search/default.py
+++ b/plugin.audio.mp3search/default.py
@@ -10,7 +10,7 @@ downloader = downloader.SimpleDownloader()
 __plugin__ = "mp3search"
 __author__ = "[email protected]"
 __url__ = ""
-__version__ = "0.2.1"
+__version__ = "0.2.2"
 
 
 

-----------------------------------------------------------------------

Summary of changes:
 plugin.audio.mp3search/addon.xml     |    4 ++--
 plugin.audio.mp3search/changelog.txt |    2 +-
 plugin.audio.mp3search/default.py    |    2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
Plugins

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to