bump version
parent
8da09e3ea1
commit
dc219416eb
|
|
@ -22,3 +22,4 @@
|
||||||
0.16: Ability to append to existing track (fix #1712)
|
0.16: Ability to append to existing track (fix #1712)
|
||||||
0.17: Use default Bangle formatter for booleans
|
0.17: Use default Bangle formatter for booleans
|
||||||
0.18: Improve widget load speed, allow currently recording track to be plotted in openstmap
|
0.18: Improve widget load speed, allow currently recording track to be plotted in openstmap
|
||||||
|
0.19: Fix track plotting code
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
"id": "recorder",
|
"id": "recorder",
|
||||||
"name": "Recorder",
|
"name": "Recorder",
|
||||||
"shortName": "Recorder",
|
"shortName": "Recorder",
|
||||||
"version": "0.18",
|
"version": "0.19",
|
||||||
"description": "Record GPS position, heart rate and more in the background, then download to your PC.",
|
"description": "Record GPS position, heart rate and more in the background, then download to your PC.",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"tags": "tool,outdoors,gps,widget",
|
"tags": "tool,outdoors,gps,widget",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue