diff --git a/manifest.json b/manifest.json index bb6fe57..115cefd 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "extended-task-lists", "name": "Extended Task Lists", - "version": "1.0.7", + "version": "1.0.8", "minAppVersion": "0.15.0", "description": "Extended reader view support for task lists, including in-progress and won't do task items.", "author": "joeriddles", diff --git a/package-lock.json b/package-lock.json index 1d1a13f..c67ffaf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "extended-task-lists", - "version": "1.0.7", + "version": "1.0.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "extended-task-lists", - "version": "1.0.7", + "version": "1.0.8", "license": "MIT", "devDependencies": { "@types/node": "^16.11.6", diff --git a/package.json b/package.json index c127427..3a7a129 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "extended-task-lists", - "version": "1.0.7", + "version": "1.0.8", "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 ea4ff7f..4390cc6 100644 --- a/versions.json +++ b/versions.json @@ -5,5 +5,6 @@ "1.0.4": "0.15.0", "1.0.5": "0.15.0", "1.0.6": "0.15.0", - "1.0.7": "0.15.0" + "1.0.7": "0.15.0", + "1.0.8": "0.15.0" } \ No newline at end of file