Skip to content

Commit

Permalink
0.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
primaeval committed Aug 14, 2016
1 parent 686d4b3 commit 28825bc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addon.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon id="script.webgrab"
version="0.0.18"
version="0.0.19"
name="Webgrab+Plus Configurator"
provider-name="primaeval">
<requires>
<import addon="xbmc.python" version="2.20.0"/>
<import addon="script.module.xbmcswift2" version="2.4.0"/>
<import addon="script.module.requests" version="2.9.1" />
<import addon="script.toolbox" version="1.1.2"/>
<import addon="script.toolbox" version="1.1.1"/>
</requires>
<extension point="xbmc.python.pluginsource" library="main.py">
<provides>executable</provides>
Expand Down
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Version 0.0.19
- use script.toolbox from main kodi repo

Version 0.0.18
- depends on script.toolbox to display log

Expand Down

0 comments on commit 28825bc

Please sign in to comment.