aboutsummaryrefslogtreecommitdiff
path: root/addons/kodi.peripheral
diff options
context:
space:
mode:
authorGarrett Brown <themagnificentmrb@gmail.com>2017-02-18 21:24:10 -0800
committerGarrett Brown <themagnificentmrb@gmail.com>2017-02-19 21:21:22 -0800
commit54620fc1991d97be2b54b6410cff7119346740b2 (patch)
treea7b616e299de0154693fb9370d4768f20c1842e6 /addons/kodi.peripheral
parent070576b85e1299a9becd8ea8758a54f325f9076f (diff)
Peripheral API v1.3.1 - Expose rumble and power off capabilities
Diffstat (limited to 'addons/kodi.peripheral')
-rw-r--r--addons/kodi.peripheral/addon.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/addons/kodi.peripheral/addon.xml b/addons/kodi.peripheral/addon.xml
index 8b804b83ae..9b78391baa 100644
--- a/addons/kodi.peripheral/addon.xml
+++ b/addons/kodi.peripheral/addon.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<addon id="kodi.peripheral" version="1.3.0" provider-name="Team-Kodi">
- <backwards-compatibility abi="1.3.0"/>
+<addon id="kodi.peripheral" version="1.3.1" provider-name="Team-Kodi">
+ <backwards-compatibility abi="1.3.1"/>
<requires>
<import addon="xbmc.core" version="0.1.0"/>
</requires>