Bumped to version 0.5.1, added changelog

This commit is contained in:
Correl Roush 2010-07-13 23:52:23 -04:00
parent ed5a6af7ab
commit 04fc163472
3 changed files with 7 additions and 2 deletions

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.transmission"
name="Transmission"
version="0.5.0"
version="0.5.1"
provider-name="Correl Roush">
<requires>
<import addon="xbmc.python" version="1.0"/>

5
changelog.txt Normal file
View file

@ -0,0 +1,5 @@
Version 0.5.1
* Cleaned up for inclusion in the XBMC addon repository
* Added Korean language support (submitted by kmp93 on the XBMC forum)
Version 0.5.0
* Initial release

View file

@ -10,7 +10,7 @@ __author__ = "Correl Roush <correl@gmail.com>"
__url__ = "http://github.com/correl/Transmission-XBMC/tree/xbmc-svn"
__svn_url__ = ""
__credits__ = ""
__version__ = "0.5.0"
__version__ = "0.5.1"
__XBMC_Revision__ = "30377"
BASE_RESOURCE_PATH = xbmc.translatePath( os.path.join( os.getcwd(), 'resources', 'lib' ) )