diff options
author | montellese <montellese@xbmc.org> | 2014-03-02 23:44:57 +0100 |
---|---|---|
committer | montellese <montellese@xbmc.org> | 2014-03-02 23:48:38 +0100 |
commit | e27fc38758702d3d97b71ba643f3509acd0f1a37 (patch) | |
tree | 09f4566157728973610e952af2bbacbbdb1726f8 /addons | |
parent | 8a408a4e8e56d2a662bfc4cb6f05ca456ae4d030 (diff) |
settings: fix conflict of <minimum> and <maximum> for CSettingList
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 1a26cd2800..10178d9541 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.14.0" provider-name="Team XBMC"> +<addon id="xbmc.json" version="6.14.1" provider-name="Team XBMC"> <backwards-compatibility abi="6.0.0"/> <requires> <import addon="xbmc.core" version="0.1.0"/> |