Skip to content

Commit

Permalink
version bump 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
peak3d committed Sep 2, 2019
1 parent 89971d8 commit 54ef24e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# inputstream.adaptive (2.4.1)
# inputstream.adaptive (2.5.0)

This is an adaptive file addon for kodi's new InputStream Interface.

Expand Down
5 changes: 4 additions & 1 deletion inputstream.adaptive/addon.xml.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon
id="inputstream.adaptive"
version="2.4.1"
version="2.5.0"
name="InputStream Adaptive"
provider-name="peak3d">
<requires>@ADDON_DEPENDS@</requires>
Expand All @@ -17,6 +17,9 @@
<description lang="en">InputStream client for adaptive streams</description>
<platform>@PLATFORM@</platform>
<news>
v2.5.0 (2019-09-02)
- New major versions for Matrix

v2.4.0 (2019-08-16)
- Update Kodi VFS API 1.0.3
- Build script cleanups
Expand Down

0 comments on commit 54ef24e

Please sign in to comment.