Skip to content

Commit 1c2146b

Browse files
committed
Release 0.3.0 with all changes since 0.2.5.
1 parent 5e24dab commit 1c2146b

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

addon.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
22
<addon id="service.subtitles.subdivx"
33
name="Subdivx.com"
4-
version="0.2.14"
4+
version="0.3.0"
55
provider-name="cramm">
66
<requires>
77
<import addon="xbmc.python" version="2.14.0"/>
@@ -22,8 +22,8 @@
2222
<email></email>
2323
<source>https://github.com/ramiro/service.subtitles.subdivx</source>
2424
</extension>
25-
<news lang="es">v0.2.13
25+
<news lang="es">v0.3.0
2626
- Se agrega compatibilidad con Kodi 18 Leia. Necesita instalar manualmente el add-on "Archive support" (por spiff)</news>
27-
<news lang="en">v0.2.13
27+
<news lang="en">v0.3.0
2828
- Added compatibility with Kodi 18 Leia. You need to install manually the "Archive support" (by spiff) add-on</news>
2929
</addon>

changelog.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
0.3.0
2+
- Release changes since 0.2.5
3+
14
0.2.13
25
- Add 'news' section to addon.xml. Translate it and description to Spanish
36

service.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
__author__ = __addon__.getAddonInfo('author')
4646
__scriptid__ = __addon__.getAddonInfo('id')
4747
__scriptname__ = __addon__.getAddonInfo('name')
48-
__version__ = '0.2.14'
48+
__version__ = '0.3.0'
4949
__language__ = __addon__.getLocalizedString
5050

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

0 commit comments

Comments
 (0)