File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" standalone =" yes" ?>
2
2
<addon id =" script.module.zap2xml"
3
3
name =" zap2xml"
4
- version =" 0.6.6 "
4
+ version =" 0.7.0 "
5
5
provider-name =" edit4ever" >
6
6
<requires >
7
7
<import addon =" xbmc.python" version =" 2.1.0" />
18
18
</disclaimer >
19
19
<platform >all</platform >
20
20
<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 >
21
26
</extension >
22
27
</addon >
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ do case "$1" in
51
51
;;
52
52
53
53
-v | --version )
54
- printf " 0.6.7 \n"
54
+ printf " 0.7.0 \n"
55
55
;;
56
56
57
57
-c | --capabilities )
You can’t perform that action at this time.
0 commit comments