diff --git a/manifest.json b/manifest.json index c168d37..4eb186e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "vim-yank-highlight", "name": "Vim Yank Highlight", - "version": "1.0.3", + "version": "1.0.4", "minAppVersion": "0.15.0", "description": "Highlight yanked text in Vim mode. Enjoy that subtle animation you've missed so much.", "author": "Aleksey Rowan", diff --git a/package-lock.json b/package-lock.json index 24efe53..ae34358 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-sample-plugin", - "version": "1.0.3", + "version": "1.0.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-sample-plugin", - "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 be9f038..333a0b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vim-yank-highlight", - "version": "1.0.3", + "version": "1.0.4", "description": "Highlight yanked text in Vim mode. Enjoy that subtle animation you've missed so much.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 1da423a..1d7eb49 100644 --- a/versions.json +++ b/versions.json @@ -2,5 +2,6 @@ "1.0.0": "0.15.0", "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