Skip to content

Commit b7c6c39

Browse files
committed
version bump
1 parent 3ad1b18 commit b7c6c39

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

addon.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
22
<addon id="script.module.zap2xml"
33
name="zap2xml"
4-
version="0.6.6"
4+
version="0.7.0"
55
provider-name="edit4ever">
66
<requires>
77
<import addon="xbmc.python" version="2.1.0"/>
@@ -18,5 +18,10 @@
1818
</disclaimer>
1919
<platform>all</platform>
2020
<license>GNU GENERAL PUBLIC LICENSE. Version 3, June 2007</license>
21+
<news>
22+
v0.7.0
23+
- fix login error with zap2it
24+
- added function to delete cache to solve issue with updating "favorite" channels
25+
</news>
2126
</extension>
2227
</addon>

bin/tv_grab_zap2xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ do case "$1" in
5151
;;
5252

5353
-v | --version )
54-
printf "0.6.7\n"
54+
printf "0.7.0\n"
5555
;;
5656

5757
-c | --capabilities )

0 commit comments

Comments
 (0)