From 274dcf5c664ef9a232687cd04bf8b74415af5f54 Mon Sep 17 00:00:00 2001 From: Joseph Riddle Date: Sat, 24 Feb 2024 15:34:25 -0800 Subject: [PATCH] Update version to 1.0.4 --- manifest.json | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 5 +++-- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/manifest.json b/manifest.json index bc45a01..e2537a6 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { "id": "extended-task-lists", "name": "Extended Task Lists", - "version": "1.0.3", + "version": "1.0.4", "minAppVersion": "0.15.0", "description": "Extended reader view support for task lists, including in-progress and won't do task items.", "author": "joeriddles", "authorUrl": "https://github.com/joeriddles", "isDesktopOnly": false -} +} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 780ed48..a5ec36d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "extended-task-lists", - "version": "1.0.3", + "version": "1.0.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "extended-task-lists", - "version": "1.0.3", + "version": "1.0.4", "license": "MIT", "devDependencies": { "@types/node": "^16.11.6", diff --git a/package.json b/package.json index 0b7d499..769477a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "extended-task-lists", - "version": "1.0.3", + "version": "1.0.4", "description": "Extended reader view support for task lists, including in-progress and won't do task items.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index b2c60e5..f98f264 100644 --- a/versions.json +++ b/versions.json @@ -1,5 +1,6 @@ { "1.0.1": "0.15.0", "1.0.2": "0.15.0", - "1.0.3": "0.15.0" -} + "1.0.3": "0.15.0", + "1.0.4": "0.15.0" +} \ No newline at end of file