feat: support bangle 1 by changing apps.json

master
Michael Salaverry 2021-12-04 11:55:07 +02:00
parent a8f69af153
commit 00e05c2f21
No known key found for this signature in database
GPG Key ID: 438AB878C0FB04CC
3 changed files with 5 additions and 3 deletions

View File

@ -33,11 +33,12 @@
"id": "hebrew_calendar",
"name": "Hebrew Calendar",
"shortName": "HebCal",
"version": "0.02",
"version": "0.03",
"description": "lists the date according to the hebrew calendar",
"icon": "app.png",
"tags": "",
"supports": [
"BANGLEJS",
"BANGLEJS2"
],
"readme": "README.md",

View File

@ -1,2 +1,3 @@
0.01: New App!
0.02: using TS and rollup to bundle
0.03: bug fixes and support bangle 1

View File

@ -1,6 +1,6 @@
{
"name": "hebrew_calendar",
"version": "0.0.2",
"version": "0.0.3",
"description": "Bangle.js app for seeing hebrew calendar",
"main": "app.js",
"types": "app.d.ts",