diff options
author | jmarshallnz <jcmarsha@gmail.com> | 2014-03-08 09:50:12 +1300 |
---|---|---|
committer | jmarshallnz <jcmarsha@gmail.com> | 2014-03-08 09:50:12 +1300 |
commit | 9508ed3611da86138396b53999894300d5d7e988 (patch) | |
tree | 197043b199e81acd9384c5e656c2650650e88144 /addons | |
parent | f03059d119b32af166d4b620ec118a82e3061b08 (diff) | |
parent | e27fc38758702d3d97b71ba643f3509acd0f1a37 (diff) |
Merge pull request #4365 from Montellese/settinglist_minmax_conflict
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"/> |