[] wp_edit: mark this as v0.03

pull/3079/head
Pavel Machek 2023-11-03 22:05:47 +01:00
parent b814454d90
commit 9dd09945a1
2 changed files with 2 additions and 1 deletions

View File

@ -1,2 +1,3 @@
0.01: New App! 0.01: New App!
0.02: Display waypoint name instead of its index in remove menu and fix icon 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

View File

@ -1,6 +1,6 @@
{ "id": "waypoint_editor", { "id": "waypoint_editor",
"name": "Waypoint editor", "name": "Waypoint editor",
"version":"0.02", "version":"0.03",
"description": "Allows editing waypoints on device", "description": "Allows editing waypoints on device",
"icon": "app.png", "icon": "app.png",
"readme": "README.md", "readme": "README.md",