Upped version number
parent
15a367e3e3
commit
7410dc8dbc
|
|
@ -1 +1,2 @@
|
||||||
0.01: first release
|
0.01: first release
|
||||||
|
0.02: memory leak fix; color changes to better align with VSCode color scheme; logo is transparent
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{ "id": "jsonclock",
|
{ "id": "jsonclock",
|
||||||
"name": "JsonClock",
|
"name": "JsonClock",
|
||||||
"version": "0.01",
|
"version": "0.02",
|
||||||
"description": "JSON view of the time, date, steps, battery, and sunrise and sunset times",
|
"description": "JSON view of the time, date, steps, battery, and sunrise and sunset times",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"screenshots": [{"url":"dark.png"}],
|
"screenshots": [{"url":"dark.png"}],
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue