Skip to content

Commit

Permalink
version: 0.1.1
Browse files Browse the repository at this point in the history
Introduce changelog.txt file and bump version to 0.1.1!
  • Loading branch information
ssapalski committed Jun 23, 2017
1 parent 9225dc3 commit f83eccd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.audio.addict" name="AudioAddict" version="0.1.0" provider-name="Samuel Sapalski (@leas)">
<addon id="plugin.audio.addict" name="AudioAddict" version="0.1.1" provider-name="Samuel Sapalski (@leas)">
<requires>
<!-- Isengard 15.x -->
<import addon="xbmc.python" version="2.20.0"/>
Expand Down
5 changes: 5 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
v0.1.1 (2017-June-23)
* code simplification, no functional changes

v0.1.0 (2017-June-22)
* inital version

0 comments on commit f83eccd

Please sign in to comment.