diff --git a/manifest.json b/manifest.json index c5dc7ab..d4c1ee6 100644 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,11 @@ { "id": "human-readable-dates", "name": "Human Readable Dates", - "version": "1.0.2", + "version": "1.0.3", "minAppVersion": "0.16.0", "description": "Human readable dates.", "author": "Tommy Bergeron", "authorUrl": "https://github.com/tbergeron", "fundingUrl": "https://www.paypal.com/donate/?hosted_button_id=93Z9BUUD778SG", "isDesktopOnly": false -} +} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 55ba94e..8f1064f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "human-readable-dates", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "human-readable-dates", - "version": "1.0.2", + "version": "1.0.3", "license": "MIT", "devDependencies": { "@codemirror/state": "^6.0.0", diff --git a/package.json b/package.json index bd9fc3b..6e80de8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "human-readable-dates", - "version": "1.0.2", + "version": "1.0.3", "description": "Close those pesky new tabs.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index d74f977..3d1b359 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { "1.0.0": "0.15.0", - "1.0.2": "0.16.0" -} + "1.0.2": "0.16.0", + "1.0.3": "0.16.0" +} \ No newline at end of file