version bumps

master
Rob Pilling 2023-05-10 23:37:08 +01:00
parent 4b29579bd5
commit 2d3f4375ed
4 changed files with 5 additions and 2 deletions

View File

@ -1,2 +1,4 @@
0.01: New app!
0.02: Allow boot exceptions, e.g. to load DST
0.03: Permit exceptions to load in low-power mode, e.g. daylight saving time.
Also avoid polluting global scope.

View File

@ -1,7 +1,7 @@
{
"id": "drained",
"name": "Drained",
"version": "0.02",
"version": "0.03",
"description": "Switches to displaying a simple clock when the battery percentage is low, and disables some peripherals",
"readme": "README.md",
"icon": "icon.png",

View File

@ -1,2 +1,3 @@
0.01: New App!
0.02: Trim old entries from the popcon app cache
0.03: Avoid polluting global scope

View File

@ -2,7 +2,7 @@
"id": "popconlaunch",
"name": "Popcon Launcher",
"shortName": "Popcon",
"version": "0.02",
"version": "0.03",
"description": "Launcher modification - your launchers will display your favourite (popular) apps first. Overrides `readJSON`, may slow down your watch",
"readme": "README.md",
"icon": "app.png",