diff --git a/manifest-beta.json b/manifest-beta.json index 62d112e..91ccd5c 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "various-complements", "name": "Various Complements", - "version": "8.2.2", + "version": "8.2.3", "minAppVersion": "0.16.0", "description": "This plugin enables you to complete words like the auto-completion of IDE", "author": "tadashi-aikawa", diff --git a/manifest.json b/manifest.json index 62d112e..91ccd5c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "various-complements", "name": "Various Complements", - "version": "8.2.2", + "version": "8.2.3", "minAppVersion": "0.16.0", "description": "This plugin enables you to complete words like the auto-completion of IDE", "author": "tadashi-aikawa", diff --git a/package-lock.json b/package-lock.json index adb275b..c3ca666 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "various-complements", - "version": "8.2.2", + "version": "8.2.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "various-complements", - "version": "8.2.2", + "version": "8.2.3", "license": "MIT", "dependencies": { "chinese-tokenizer": "github:tadashi-aikawa/chinese-tokenizer", diff --git a/package.json b/package.json index 75b9b70..ebf03d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "various-complements", - "version": "8.2.2", + "version": "8.2.3", "description": "This plugin for Obsidian enables you to complete words like the auto-completion of IDE", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 7720ec8..f2bb121 100644 --- a/versions.json +++ b/versions.json @@ -13,5 +13,6 @@ "8.1.0": "0.16.0", "8.2.0": "0.16.0", "8.2.1": "0.16.0", - "8.2.2": "0.16.0" + "8.2.2": "0.16.0", + "8.2.3": "0.16.0" } \ No newline at end of file