From 075225298f98a2636568b39cdb5ce06f6fd5c16e Mon Sep 17 00:00:00 2001 From: Isaac Lyman Date: Wed, 9 Mar 2022 13:43:08 -0700 Subject: [PATCH] 1.1.0 --- manifest.json | 20 ++++++++++---------- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 9 +++++---- 4 files changed, 18 insertions(+), 17 deletions(-) diff --git a/manifest.json b/manifest.json index f6f3256..9bd3e9a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ -{ - "id": "novel-word-count", - "name": "Novel word count", - "version": "1.0.0", - "minAppVersion": "0.13.31", - "description": "Displays a word or page count for each file, folder and vault in the file pane.", - "author": "Isaac Lyman", - "authorUrl": "https://isaaclyman.com", - "isDesktopOnly": false -} +{ + "id": "novel-word-count", + "name": "Novel word count", + "version": "1.1.0", + "minAppVersion": "0.13.31", + "description": "Displays a word or page count for each file, folder and vault in the file pane.", + "author": "Isaac Lyman", + "authorUrl": "https://isaaclyman.com", + "isDesktopOnly": false +} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 3406a19..87b8058 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "novel-word-count", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "novel-word-count", - "version": "1.0.0", + "version": "1.1.0", "license": "MIT", "devDependencies": { "@types/node": "^16.11.6", diff --git a/package.json b/package.json index a52a830..62f8e3f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "novel-word-count", - "version": "1.0.0", + "version": "1.1.0", "description": "Displays a word or page count for each file, folder and vault in the file pane.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 4bca15f..6b88270 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ -{ - "1.0.0": "0.9.7", - "1.0.1": "0.12.0" -} +{ + "1.0.0": "0.9.7", + "1.0.1": "0.12.0", + "1.1.0": "0.13.31" +} \ No newline at end of file