diff options
author | montellese <montellese@xbmc.org> | 2012-11-30 19:13:58 +0100 |
---|---|---|
committer | montellese <montellese@xbmc.org> | 2012-11-30 19:13:58 +0100 |
commit | ceddb96e7c9198ee209c8d2ed452d3e77cc95d2a (patch) | |
tree | def0bc3ccfe28b29f051156a167c26bdb7264305 /addons/xbmc.json/addon.xml | |
parent | 11ddd1791da70ea802821a94fc0242fbd216215b (diff) |
jsonrpc: bump version to 6.0.0
Diffstat (limited to 'addons/xbmc.json/addon.xml')
-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 f43003a530..26fa6dadb9 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="5.0" provider-name="Team XBMC"> +<addon id="xbmc.json" version="6.0.0" provider-name="Team XBMC"> <requires> <import addon="xbmc.core" version="0.1"/> </requires> |