mirror of https://github.com/espruino/BangleApps
[] wp_edit: mark this as v0.03
parent
b814454d90
commit
9dd09945a1
|
@ -1,2 +1,3 @@
|
|||
0.01: New App!
|
||||
0.02: Display waypoint name instead of its index in remove menu and fix icon
|
||||
0.03: Use text input for waypoint names, allow marking waypoint with current GPS position
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{ "id": "waypoint_editor",
|
||||
"name": "Waypoint editor",
|
||||
"version":"0.02",
|
||||
"version":"0.03",
|
||||
"description": "Allows editing waypoints on device",
|
||||
"icon": "app.png",
|
||||
"readme": "README.md",
|
||||
|
|
Loading…
Reference in New Issue