Skip to content

Commit

Permalink
v0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ramiro committed Feb 1, 2021
1 parent 8901975 commit f5035cf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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.3.6"
version="0.3.7"
provider-name="cramm">
<requires>
<import addon="xbmc.python" version="2.14.0"/>
Expand Down
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
0.3.7
- Fix search result entry regexp

0.3.6
- Use direct download strategy discovred by user @tuxitos. Thanks!
- Adapt to: subdivx.com now being served via HTTPS; changes in subtitles
Expand Down
2 changes: 1 addition & 1 deletion service.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
__author__ = __addon__.getAddonInfo('author')
__scriptid__ = __addon__.getAddonInfo('id')
__scriptname__ = __addon__.getAddonInfo('name')
__version__ = '0.3.6'
__version__ = '0.3.7'
__language__ = __addon__.getLocalizedString

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

0 comments on commit f5035cf

Please sign in to comment.