Skip to content

Commit

Permalink
Bump to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
enen92 committed Mar 3, 2021
1 parent 9e8520c commit 9ba9d1a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.library.node.editor" name="Library Node Editor" version="2.0.0" provider-name="Unfledged, Team-Kodi">
<addon id="plugin.library.node.editor" name="Library Node Editor" version="2.0.1" provider-name="Unfledged, Team-Kodi">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.unidecode" version="1.1.1"/>
Expand Down Expand Up @@ -41,8 +41,8 @@
<icon>icon.png</icon>
</assets>
<news>
2.0.0 (21/3/2020)
- Dropped Python 2 code for Matrix
2.0.1 (03/3/2021)
- xbmc.translatePath -> xbmcvfs.translatePath
</news>
</extension>
</addon>
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2.0.1 (03/3/2021)
- xbmc.translatePath -> xbmcvfs.translatePath

1.0.11 (7/1/2020)
- Fixes parent nodes

Expand Down

0 comments on commit 9ba9d1a

Please sign in to comment.