diff options
author | Garrett Brown <themagnificentmrb@gmail.com> | 2016-11-07 11:16:08 -0800 |
---|---|---|
committer | Garrett Brown <themagnificentmrb@gmail.com> | 2016-11-12 15:52:20 -0800 |
commit | 921862eb77687291739e90f3850f33d7e35e62be (patch) | |
tree | b580cc77f32c570bf528a019c3fe7c28d70e6d32 /addons/kodi.peripheral/addon.xml | |
parent | 749c685b06c51031aaf4ed1a74ad0bc862cbce87 (diff) |
[controller dialog] Fix skipping buttons due to acceleratomers, buggy triggers, etc.
Diffstat (limited to 'addons/kodi.peripheral/addon.xml')
-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 47ae0b84ef..7dbd763262 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.1.0" provider-name="Team-Kodi"> - <backwards-compatibility abi="1.1.0"/> +<addon id="kodi.peripheral" version="1.2.0" provider-name="Team-Kodi"> + <backwards-compatibility abi="1.2.0"/> <requires> <import addon="xbmc.core" version="0.1.0"/> </requires> |