reset version number to 0.01 for five apps

These apps were just introduced with https://github.com/espruino/BangleApps/pull/3750

batterybooster
cutelauncher
onewordclock
textreader
themes
master
thyttan 2025-02-24 22:49:41 +01:00
parent 3ac4b0d6bd
commit c0938d2d1d
10 changed files with 15 additions and 23 deletions

View File

@ -1 +1 @@
0.1: New app introduced to the app loader!
0.01: New app introduced to the app loader!

View File

@ -2,7 +2,7 @@
"id": "batterybooster",
"name": "Battery Booster",
"icon": "app.png",
"version": "0.1",
"version": "0.01",
"description": "A bootloader app which adds scripts to boost battery life of your Bangle.js 2",
"type": "bootloader",
"tags": "tools,system",

View File

@ -1,6 +1 @@
0.27: New app introduced to the app loader!
0.28: Adjusted icon size to better fit with native dimensions (48x48)
0.29: Draw function optimization
0.30: Refine initial scrollbar position
0.31: Coloring for scrollbar
0.32: Coloring for scrollbar
0.01: New app introduced to the app loader!

View File

@ -2,7 +2,7 @@
"id": "cutelauncher",
"name": "Cute Launcher",
"shortName": "Cute Launcher",
"version": "0.32",
"version": "0.01",
"description": "A simple launcher app for Bangle.js 2 that makes use of the full touchscreen",
"icon": "app.png",
"type": "launch",

View File

@ -1 +1 @@
0.97: New app introduced to the app loader!
0.01: New app introduced to the app loader!

View File

@ -2,7 +2,7 @@
"id": "onewordclock",
"name": "One Word Clock",
"shortName": "One Word",
"version": "0.97",
"version": "0.01",
"description": "A unique clock that displays a single evocative word for each hour of the day",
"icon": "app.png",
"screenshots": [

View File

@ -1 +1 @@
0.7: New Text Reader App - Initial version with file browsing and reading capabilities
0.01: New Text Reader App - Initial version with file browsing and reading capabilities

View File

@ -2,7 +2,7 @@
"id": "textreader",
"name": "Text Reader",
"shortName": "TextReader",
"version": "0.7",
"version": "0.01",
"description": "Read text files from your Bangle.js filesystem",
"type": "app",
"tags": "tool,files,reader",

View File

@ -1,4 +1 @@
0.12: First deployment!
0.13: Refinment of themes and more themes!
0.14: Fixed overlapping theme colors
0.15: Better LoTR theme
0.01: First deployment!

View File

@ -2,7 +2,7 @@
"id": "themes",
"name": "Themes",
"shortName": "Themes",
"version": "0.15",
"version": "0.01",
"description": "Color palettes at your disposal",
"type": "app",
"tags": "tool",