mirror of https://github.com/espruino/BangleApps
ha: bump version
parent
a28b2008c3
commit
95366ebc5d
|
@ -9,3 +9,4 @@
|
||||||
0.09: Improve web interface, arrows in UI
|
0.09: Improve web interface, arrows in UI
|
||||||
0.10: Issue newline before GB commands (solves issue with console.log and ignored commands)
|
0.10: Issue newline before GB commands (solves issue with console.log and ignored commands)
|
||||||
0.11: Minor code improvements
|
0.11: Minor code improvements
|
||||||
|
0.12: Add slider functionality
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"id": "ha",
|
"id": "ha",
|
||||||
"name": "Home Assistant",
|
"name": "Home Assistant",
|
||||||
"version": "0.11",
|
"version": "0.12",
|
||||||
"description": "Integrates your Bangle.js into Home Assistant using Android Integration/Gadgetbridge",
|
"description": "Integrates your Bangle.js into Home Assistant using Android Integration/Gadgetbridge",
|
||||||
"icon": "ha.png",
|
"icon": "ha.png",
|
||||||
"type": "app",
|
"type": "app",
|
||||||
|
|
Loading…
Reference in New Issue