diff options
author | Garrett Brown <themagnificentmrb@gmail.com> | 2016-04-13 18:35:05 -0700 |
---|---|---|
committer | Garrett Brown <themagnificentmrb@gmail.com> | 2016-08-06 12:55:52 -0700 |
commit | c1819651563ee9350be07dde810fcd682b5ea7d3 (patch) | |
tree | dcf83147cf32cbb3513ec48112604d2f19b62a00 /addons/kodi.peripheral | |
parent | 3c295e15494aea6ad47597659e06c377a77024c1 (diff) |
[peripheral API] v1.0.18 - Add rumble capability
Diffstat (limited to 'addons/kodi.peripheral')
-rw-r--r-- | addons/kodi.peripheral/addon.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/addons/kodi.peripheral/addon.xml b/addons/kodi.peripheral/addon.xml index f2732cf5b4..9c2572de03 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.0.17" provider-name="Team-Kodi"> - <backwards-compatibility abi="1.0.16"/> +<addon id="kodi.peripheral" version="1.0.18" provider-name="Team-Kodi"> + <backwards-compatibility abi="1.0.18"/> <requires> <import addon="xbmc.core" version="0.1.0"/> </requires> |