diff --git a/package-lock.json b/package-lock.json index ca16f1c..2a1ea79 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "lunarphase-js", - "version": "2.0.2", + "version": "2.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "lunarphase-js", - "version": "2.0.2", + "version": "2.0.3", "license": "ISC", "devDependencies": { "@typescript-eslint/eslint-plugin": "^7.1.0", diff --git a/package.json b/package.json index f7e4915..9430544 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lunarphase-js", - "version": "2.0.2", + "version": "2.0.3", "description": "Calculate phase of the moon using Julian date", "author": "Jason Sturges (https://jasonsturges.com)", "homepage": "https://jasonsturges.github.io/lunarphase-js/",