Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
edit4ever committed Jul 7, 2017
1 parent 3ad1b18 commit b7c6c39
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 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="script.module.zap2xml"
name="zap2xml"
version="0.6.6"
version="0.7.0"
provider-name="edit4ever">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
Expand All @@ -18,5 +18,10 @@
</disclaimer>
<platform>all</platform>
<license>GNU GENERAL PUBLIC LICENSE. Version 3, June 2007</license>
<news>
v0.7.0
- fix login error with zap2it
- added function to delete cache to solve issue with updating "favorite" channels
</news>
</extension>
</addon>
2 changes: 1 addition & 1 deletion bin/tv_grab_zap2xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ do case "$1" in
;;

-v | --version )
printf "0.6.7\n"
printf "0.7.0\n"
;;

-c | --capabilities )
Expand Down

0 comments on commit b7c6c39

Please sign in to comment.