bump: version
parent
d5cd869b2f
commit
4c5134ff42
|
|
@ -33,7 +33,7 @@
|
||||||
"id": "hebrew_calendar",
|
"id": "hebrew_calendar",
|
||||||
"name": "Hebrew Calendar",
|
"name": "Hebrew Calendar",
|
||||||
"shortName": "HebCal",
|
"shortName": "HebCal",
|
||||||
"version": "0.01",
|
"version": "0.02",
|
||||||
"description": "lists the date according to the hebrew calendar",
|
"description": "lists the date according to the hebrew calendar",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"tags": "",
|
"tags": "",
|
||||||
|
|
|
||||||
|
|
@ -1 +1,2 @@
|
||||||
0.01: New App!
|
0.01: New App!
|
||||||
|
0.02: using TS and rollup to bundle
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "hebrew_calendar",
|
"name": "hebrew_calendar",
|
||||||
"version": "0.0.1",
|
"version": "0.0.2",
|
||||||
"description": "Bangle.js app for seeing hebrew calendar",
|
"description": "Bangle.js app for seeing hebrew calendar",
|
||||||
"main": "app.js",
|
"main": "app.js",
|
||||||
"types": "app.d.ts",
|
"types": "app.d.ts",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue