diff --git a/apps/glbasic/ChangeLog b/apps/glbasic/ChangeLog new file mode 100644 index 000000000..89aee01f8 --- /dev/null +++ b/apps/glbasic/ChangeLog @@ -0,0 +1,2 @@ +0.20: New App! + diff --git a/apps/glbasic/metadata.json b/apps/glbasic/metadata.json index 9d8f5ec7b..7c79097da 100644 --- a/apps/glbasic/metadata.json +++ b/apps/glbasic/metadata.json @@ -2,10 +2,9 @@ "id": "glbasic", "name": "GLBasic Clock", "shortName": "GLBasic", - "version": "0.2", + "version": "0.20", "description": "A clock with large numbers", "dependencies": {"widpedom":"app"}, - "readme": "readme.md", "icon": "icon48.png", "screenshots": [{"url":"glbasic_screenshot.png"}], "type": "clock", diff --git a/apps/glbasic/readme.md b/apps/glbasic/readme.md deleted file mode 100644 index 8b1378917..000000000 --- a/apps/glbasic/readme.md +++ /dev/null @@ -1 +0,0 @@ - diff --git a/apps/messages/ChangeLog b/apps/messages/ChangeLog index 7815cc3d1..416cb1694 100644 --- a/apps/messages/ChangeLog +++ b/apps/messages/ChangeLog @@ -40,4 +40,4 @@ 0.25: Fix widget memory usage issues if message received and watch repeatedly calls Bangle.drawWidgets (fix #1550) 0.26: Setting to auto-open music 0.27: Add 'mark all read' option to popup menu (fix #1624) - Option to auto-unlock the watch when a new message arrives +0.28: Option to auto-unlock the watch when a new message arrives diff --git a/apps/messages/metadata.json b/apps/messages/metadata.json index 4fb5a4045..6f35f39b0 100644 --- a/apps/messages/metadata.json +++ b/apps/messages/metadata.json @@ -1,7 +1,7 @@ { "id": "messages", "name": "Messages", - "version": "0.27", + "version": "0.28", "description": "App to display notifications from iOS and Gadgetbridge/Android", "icon": "app.png", "type": "app",