bump: version

master
Michael Salaverry 2021-12-04 11:17:58 +02:00
parent d5cd869b2f
commit 4c5134ff42
No known key found for this signature in database
GPG Key ID: 438AB878C0FB04CC
3 changed files with 3 additions and 2 deletions

View File

@ -33,7 +33,7 @@
"id": "hebrew_calendar",
"name": "Hebrew Calendar",
"shortName": "HebCal",
"version": "0.01",
"version": "0.02",
"description": "lists the date according to the hebrew calendar",
"icon": "app.png",
"tags": "",

View File

@ -1 +1,2 @@
0.01: New App!
0.02: using TS and rollup to bundle

View File

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