mirror of https://github.com/espruino/BangleApps
messages: bump version for settings fix
parent
2d8556093a
commit
4b94a7cfc6
|
@ -8,3 +8,4 @@
|
|||
0.62: Add option for driving on left (affects roundabout icons in navigation)
|
||||
0.63: Add option to not open the first unread message
|
||||
0.64: Only load from storage once in settings
|
||||
0.65: Fix settings error introduced by two conflicting changes
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "messages",
|
||||
"name": "Messages",
|
||||
"version": "0.64",
|
||||
"version": "0.65",
|
||||
"description": "Library to handle, load and store message events received from Android/iOS",
|
||||
"icon": "app.png",
|
||||
"type": "module",
|
||||
|
|
Loading…
Reference in New Issue