aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortheuni <theuni-nospam-@xbmc.org>2012-02-25 17:31:57 -0500
committertheuni <theuni-nospam-@xbmc.org>2012-02-26 02:36:48 -0500
commit6d433406097b79e822332649b7e0ebbd3f1d0fb5 (patch)
tree4163b04bf3bb225f772aa533fbacff3d4df8900e
parentf1d92d9fc75bf8b1d1289425ddb5bb7e13e8362b (diff)
release: bump xbmc.json
From now on, this version will stay in sync with the version reported from jsonrpc. Addons using jsonrpc should depend on the minimum version necessary to function so that only users with >= that api available will be able to install.
-rw-r--r--addons/webinterface.default/addon.xml2
-rw-r--r--addons/xbmc.json/addon.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/addons/webinterface.default/addon.xml b/addons/webinterface.default/addon.xml
index a81b2b8791..6ec7e7295e 100644
--- a/addons/webinterface.default/addon.xml
+++ b/addons/webinterface.default/addon.xml
@@ -6,7 +6,7 @@
provider-name="Team XBMC">
<requires>
<import addon="xbmc.gui" version="3.00"/>
- <import addon="xbmc.json" version="2.00"/>
+ <import addon="xbmc.json" version="4.00"/>
</requires>
<extension
point="xbmc.gui.webinterface"/>
diff --git a/addons/xbmc.json/addon.xml b/addons/xbmc.json/addon.xml
index 5632135ae4..fb561191d1 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="2.0" provider-name="Team XBMC">
+<addon id="xbmc.json" version="4.0" provider-name="Team XBMC">
<requires>
<import addon="xbmc.core" version="0.1"/>
</requires>