Fix d888b80ea - correctly bump ratchet launcher's version
parent
2f084b4c8a
commit
7dca61a0d5
|
|
@ -9,4 +9,4 @@
|
||||||
0.07: Convert Yes/No On/Off in settings to checkboxes
|
0.07: Convert Yes/No On/Off in settings to checkboxes
|
||||||
0.08: Fix the wrapping of intervals/timeouts with parameters
|
0.08: Fix the wrapping of intervals/timeouts with parameters
|
||||||
Fix the widget drawing if widgets are hidden and Bangle.setLCDBrightness is called
|
Fix the widget drawing if widgets are hidden and Bangle.setLCDBrightness is called
|
||||||
0.09: Cache the app-launch info
|
0.09: Accidental version bump
|
||||||
|
|
@ -1 +1,2 @@
|
||||||
0.01: Initial release
|
0.01: Initial release
|
||||||
|
0.02: Cache the app-launch info
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
"id": "ratchet_launch",
|
"id": "ratchet_launch",
|
||||||
"name": "Ratchet Launcher",
|
"name": "Ratchet Launcher",
|
||||||
"shortName": "Ratchet",
|
"shortName": "Ratchet",
|
||||||
"version": "0.01",
|
"version": "0.02",
|
||||||
"description": "Launcher with discrete scrolling for quicker app selection",
|
"description": "Launcher with discrete scrolling for quicker app selection",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"type": "launch",
|
"type": "launch",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue