feat: support bangle 1 by changing apps.json
parent
a8f69af153
commit
00e05c2f21
|
|
@ -33,11 +33,12 @@
|
||||||
"id": "hebrew_calendar",
|
"id": "hebrew_calendar",
|
||||||
"name": "Hebrew Calendar",
|
"name": "Hebrew Calendar",
|
||||||
"shortName": "HebCal",
|
"shortName": "HebCal",
|
||||||
"version": "0.02",
|
"version": "0.03",
|
||||||
"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": "",
|
||||||
"supports": [
|
"supports": [
|
||||||
|
"BANGLEJS",
|
||||||
"BANGLEJS2"
|
"BANGLEJS2"
|
||||||
],
|
],
|
||||||
"readme": "README.md",
|
"readme": "README.md",
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,3 @@
|
||||||
0.01: New App!
|
0.01: New App!
|
||||||
0.02: using TS and rollup to bundle
|
0.02: using TS and rollup to bundle
|
||||||
|
0.03: bug fixes and support bangle 1
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "hebrew_calendar",
|
"name": "hebrew_calendar",
|
||||||
"version": "0.0.2",
|
"version": "0.0.3",
|
||||||
"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