mirror of https://github.com/espruino/BangleApps
bump version
parent
14986d6f09
commit
25116c15e6
|
@ -28,3 +28,4 @@
|
||||||
Spread message action buttons out
|
Spread message action buttons out
|
||||||
Back button now goes back to list of messages
|
Back button now goes back to list of messages
|
||||||
If showMessage called with no message (eg all messages deleted) now return to the clock (fix #1267)
|
If showMessage called with no message (eg all messages deleted) now return to the clock (fix #1267)
|
||||||
|
0.19: Use a larger font for message text if it'll fit
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"id": "messages",
|
"id": "messages",
|
||||||
"name": "Messages",
|
"name": "Messages",
|
||||||
"version": "0.18",
|
"version": "0.19",
|
||||||
"description": "App to display notifications from iOS and Gadgetbridge",
|
"description": "App to display notifications from iOS and Gadgetbridge",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"type": "app",
|
"type": "app",
|
||||||
|
|
Loading…
Reference in New Issue