1
0
Fork 0

Merge pull request #2725 from bobrippling/fix-ratchet-version

Fix `d888b80ea` - correctly bump ratchet launcher's version
master
Gordon Williams 2023-05-09 09:12:04 +01:00 committed by GitHub
commit 4651f7fa12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View File

@ -9,4 +9,4 @@
0.07: Convert Yes/No On/Off in settings to checkboxes
0.08: Fix the wrapping of intervals/timeouts with parameters
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

View File

@ -1 +1,2 @@
0.01: Initial release
0.02: Cache the app-launch info

View File

@ -2,7 +2,7 @@
"id": "ratchet_launch",
"name": "Ratchet Launcher",
"shortName": "Ratchet",
"version": "0.01",
"version": "0.02",
"description": "Launcher with discrete scrolling for quicker app selection",
"icon": "app.png",
"type": "launch",