mirror of https://github.com/espruino/BangleApps
Merge pull request #1749 from Ronin0000-Github-Bangle-js-Fork-2/master
Fix some version numberspull/1754/head
commit
2033d2eb3d
|
@ -1,3 +1,3 @@
|
||||||
0.01: Initial upload
|
0.01: Initial upload
|
||||||
0.2: Added scrollable calendar and swipe gestures
|
0.02: Added scrollable calendar and swipe gestures
|
||||||
0.3: Configurable drag gestures
|
0.03: Configurable drag gestures
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"id": "clockcal",
|
"id": "clockcal",
|
||||||
"name": "Clock & Calendar",
|
"name": "Clock & Calendar",
|
||||||
"version": "0.3",
|
"version": "0.03",
|
||||||
"description": "Clock with Calendar",
|
"description": "Clock with Calendar",
|
||||||
"readme":"README.md",
|
"readme":"README.md",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
1.0: Initial release.
|
0.01: Initial release.
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"id": "heartzone",
|
"id": "heartzone",
|
||||||
"name": "HeartZone",
|
"name": "HeartZone",
|
||||||
"version": "1.0",
|
"version": "0.01",
|
||||||
"description": "Exercise app for keeping your heart rate in the aerobic zone. Buzzes the watch at configurable intervals when your heart rate is outside of configured limits.",
|
"description": "Exercise app for keeping your heart rate in the aerobic zone. Buzzes the watch at configurable intervals when your heart rate is outside of configured limits.",
|
||||||
"readme":"README.md",
|
"readme":"README.md",
|
||||||
"screenshots": [
|
"screenshots": [
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
1.0: Initial release on the app repository for Bangle.js 1 and 2
|
0.01: Initial release on the app repository for Bangle.js 1 and 2
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"name":"Stardate Clock",
|
"name":"Stardate Clock",
|
||||||
"shortName":"Stardate Clock",
|
"shortName":"Stardate Clock",
|
||||||
"description": "A clock displaying a stardate along with a 'standard' digital/analog clock in LCARS design",
|
"description": "A clock displaying a stardate along with a 'standard' digital/analog clock in LCARS design",
|
||||||
"version":"1.0",
|
"version":"0.01",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"type":"clock",
|
"type":"clock",
|
||||||
"tags": "clock",
|
"tags": "clock",
|
||||||
|
|
Loading…
Reference in New Issue