Skip to content

Commit

Permalink
Merge pull request #1125 from FraserChapman/script.module.cache_krypton
Browse files Browse the repository at this point in the history
[script.module.cache] 1.0.3
  • Loading branch information
Rechi authored Aug 19, 2019
2 parents d1c92c6 + a8c5847 commit fdb1d49
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions script.module.cache/addon.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.module.cache" name="cache" version="1.0.2" provider-name="fraser">
<addon id="script.module.cache" name="cache" version="1.0.3" provider-name="fraser">
<requires>
<import addon="xbmc.python" version="2.26.0"/>
<import addon="xbmc.python" version="2.25.0"/>
</requires>
<extension point="xbmc.python.module" library="lib"/>
<extension point="xbmc.addon.metadata">
Expand All @@ -14,6 +14,6 @@ Can be used as a generic key/blob data store when used without directives
<platform>all</platform>
<email>fraser.chapman@gmail.com</email>
<source>https://github.com/FraserChapman/script.module.cache</source>
<news>v1.0.2 (14-7-19) - Deletes BLOB converter on close</news>
<news>v1.0.3 (18-7-19) - Fixes python version error</news>
</extension>
</addon>
1 change: 1 addition & 0 deletions script.module.cache/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
v1.0.3 - Fixes python version error
v1.0.2 - Deletes BLOB converter on close
v1.0.1 - Small bug-fix with Store class retrieve
v1.0.0 - Initial version

0 comments on commit fdb1d49

Please sign in to comment.