This commit is contained in:
Tommy Bergeron 2026-05-12 14:14:48 -04:00
parent 805cd387a3
commit 9be9d79abe
4 changed files with 8 additions and 7 deletions

View file

@ -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
}
}

4
package-lock.json generated
View file

@ -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",

View file

@ -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": {

View file

@ -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"
}