forked from FOSS/BangleApps
Merge pull request #2725 from bobrippling/fix-ratchet-version
Fix `d888b80ea` - correctly bump ratchet launcher's versionmaster
commit
4651f7fa12
|
@ -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