Skip to content

Commit 2479f75

Browse files
committed
Version bump 19.0.5
1 parent c7ad3f4 commit 2479f75

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

addon.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<addon id="script.module.xbmcswift2" name="xbmcswift2" provider-name="Jonathan Beluch (jbel), enen92" version="19.0.4">
1+
<addon id="script.module.xbmcswift2" name="xbmcswift2" provider-name="Jonathan Beluch (jbel), enen92" version="19.0.5">
22
<requires>
33
<import addon="xbmc.python" version="3.0.0" />
44
</requires>
@@ -9,7 +9,7 @@
99
<license>GPL-3.0</license>
1010
<summary lang="en_GB">xbmcswift2 is a small framework to ease development of KODI addons.</summary>
1111
<description lang="en_GB">xbmcswift2 is a small framework to ease development of KODI addons.</description>
12-
<news>Add support for offscreen in Listitems</news>
12+
<news>Fix error in loop</news>
1313
<assets>
1414
<icon>icon.png</icon>
1515
</assets>

changelog.txt

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
CHANGES
22
=======
3+
Version 19.0.5 (6/3/2021)
4+
-------------
5+
- Fix error in loop
6+
37
Version 2.5.1 (9/2/2020)
48
- Fix shutil error when moving cache file
59

0 commit comments

Comments
 (0)