mirror of
https://github.com/correl/Transmission-XBMC.git
synced 2024-11-22 03:00:15 +00:00
Bumped to version 0.5.1, added changelog
This commit is contained in:
parent
ed5a6af7ab
commit
04fc163472
3 changed files with 7 additions and 2 deletions
|
@ -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
5
changelog.txt
Normal 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
|
|
@ -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' ) )
|
||||
|
|
Loading…
Reference in a new issue