diff options
author | jmarshallnz <jcmarsha@gmail.com> | 2014-01-03 17:45:21 -0800 |
---|---|---|
committer | jmarshallnz <jcmarsha@gmail.com> | 2014-01-03 17:45:21 -0800 |
commit | 9a63031ab9ecaa851a80122ecb63c4564506c483 (patch) | |
tree | 909f2e85e0e19b7e57f9baa0ec69fbdc8b851472 /addons | |
parent | bb448939b8628425a108623325224dbd6eb2ec3c (diff) | |
parent | 4d5c35f1248826d4f22abd96a561cf42a2b16128 (diff) |
Merge pull request #3879 from jmarshallnz/empty_value_db_filters
Allow empty value fields in database filters
Diffstat (limited to 'addons')
-rw-r--r-- | addons/xbmc.json/addon.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addons/xbmc.json/addon.xml b/addons/xbmc.json/addon.xml index a1088af09b..c8606a9f85 100644 --- a/addons/xbmc.json/addon.xml +++ b/addons/xbmc.json/addon.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<addon id="xbmc.json" version="6.13.0" provider-name="Team XBMC"> +<addon id="xbmc.json" version="6.13.1" provider-name="Team XBMC"> <backwards-compatibility abi="6.0.0"/> <requires> <import addon="xbmc.core" version="0.1.0"/> |