diff options
author | Garrett Brown <themagnificentmrb@gmail.com> | 2016-08-19 10:47:18 -0700 |
---|---|---|
committer | Garrett Brown <themagnificentmrb@gmail.com> | 2016-08-21 13:12:54 -0700 |
commit | a97146ea31946e3e6fd4f41cbbd7e7fdff9ce21d (patch) | |
tree | 72debd0b08d96b3bc1156deb7d844ca81a680f82 /addons/kodi.peripheral | |
parent | 5e2ff84db46c8d7acacd5889388d76c2bc76cb77 (diff) |
[peripheral API] v1.0.22 - Add helper methods in kodi_peripheral_utils.hpp
Diffstat (limited to 'addons/kodi.peripheral')
-rw-r--r-- | addons/kodi.peripheral/addon.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addons/kodi.peripheral/addon.xml b/addons/kodi.peripheral/addon.xml index 2180d9791a..6a621a4a7f 100644 --- a/addons/kodi.peripheral/addon.xml +++ b/addons/kodi.peripheral/addon.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<addon id="kodi.peripheral" version="1.0.21" provider-name="Team-Kodi"> +<addon id="kodi.peripheral" version="1.0.22" provider-name="Team-Kodi"> <backwards-compatibility abi="1.0.19"/> <requires> <import addon="xbmc.core" version="0.1.0"/> |