Skip to content

Commit

Permalink
release: bump xbmc.json
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
theuni committed Feb 26, 2012
1 parent f1d92d9 commit 6d43340
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion addons/webinterface.default/addon.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"/>
Expand Down
2 changes: 1 addition & 1 deletion addons/xbmc.json/addon.xml
Original file line number Diff line number Diff line change
@@ -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>
Expand Down

0 comments on commit 6d43340

Please sign in to comment.