Skip to content

Commit

Permalink
Release 0.3.0 with all changes since 0.2.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
ramiro committed Mar 13, 2018
1 parent 5e24dab commit 1c2146b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
6 changes: 3 additions & 3 deletions addon.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="service.subtitles.subdivx"
name="Subdivx.com"
version="0.2.14"
version="0.3.0"
provider-name="cramm">
<requires>
<import addon="xbmc.python" version="2.14.0"/>
Expand All @@ -22,8 +22,8 @@
<email></email>
<source>https://github.com/ramiro/service.subtitles.subdivx</source>
</extension>
<news lang="es">v0.2.13
<news lang="es">v0.3.0
- Se agrega compatibilidad con Kodi 18 Leia. Necesita instalar manualmente el add-on "Archive support" (por spiff)</news>
<news lang="en">v0.2.13
<news lang="en">v0.3.0
- Added compatibility with Kodi 18 Leia. You need to install manually the "Archive support" (by spiff) add-on</news>
</addon>
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
0.3.0
- Release changes since 0.2.5

0.2.13
- Add 'news' section to addon.xml. Translate it and description to Spanish

Expand Down
2 changes: 1 addition & 1 deletion service.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
__author__ = __addon__.getAddonInfo('author')
__scriptid__ = __addon__.getAddonInfo('id')
__scriptname__ = __addon__.getAddonInfo('name')
__version__ = '0.2.14'
__version__ = '0.3.0'
__language__ = __addon__.getLocalizedString

__cwd__ = xbmc.translatePath(__addon__.getAddonInfo('path')).decode("utf-8")
Expand Down

0 comments on commit 1c2146b

Please sign in to comment.