Skip to content

Commit 9ba9d1a

Browse files
committed
Bump to 2.0.1
1 parent 9e8520c commit 9ba9d1a

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

addon.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2-
<addon id="plugin.library.node.editor" name="Library Node Editor" version="2.0.0" provider-name="Unfledged, Team-Kodi">
2+
<addon id="plugin.library.node.editor" name="Library Node Editor" version="2.0.1" provider-name="Unfledged, Team-Kodi">
33
<requires>
44
<import addon="xbmc.python" version="3.0.0"/>
55
<import addon="script.module.unidecode" version="1.1.1"/>
@@ -41,8 +41,8 @@
4141
<icon>icon.png</icon>
4242
</assets>
4343
<news>
44-
2.0.0 (21/3/2020)
45-
- Dropped Python 2 code for Matrix
44+
2.0.1 (03/3/2021)
45+
- xbmc.translatePath -> xbmcvfs.translatePath
4646
</news>
4747
</extension>
4848
</addon>

changelog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2.0.1 (03/3/2021)
2+
- xbmc.translatePath -> xbmcvfs.translatePath
3+
14
1.0.11 (7/1/2020)
25
- Fixes parent nodes
36

0 commit comments

Comments
 (0)