Skip to content

Commit

Permalink
0.2.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
emilsvennesson committed Jan 1, 2018
1 parent bb9238b commit 859c53c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 4 additions & 4 deletions addon.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon id="script.module.inputstreamhelper"
version="0.2.2"
version="0.2.4"
name="InputStream Helper"
provider-name="emilsvennesson">
<requires>
Expand All @@ -10,9 +10,9 @@
<extension library="lib" point="xbmc.python.module"/>
<extension point="xbmc.addon.metadata">
<description lang="en_GB">A simple Kodi module that makes life easier for add-on developers relying on InputStream based add-ons and DRM playback.</description>
<news>2017.12.30 v0.2.3
+ Make sure Kodi and Widevine CDM binary architecture matches
+ Minor wording changes/fixes
<news>2018.01.01 v0.2.4
+ Fix ARM download on systems with sudo (OSMC etc)
+ Actually bump version in addon.xml, unlike v0.2.3...
</news>
<platform>all</platform>
<license>MIT License</license>
Expand Down
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2018.01.01 v0.2.4
+ Fix ARM download on systems with sudo (OSMC etc)
+ Actually bump version in addon.xml, unlike v0.2.3...

2017.12.30 v0.2.3
+ Make sure Kodi and Widevine CDM binary architecture matches
+ Minor wording changes/fixes
Expand Down

0 comments on commit 859c53c

Please sign in to comment.