diff --git a/manifest-beta.json b/manifest-beta.json index 91eb7f3..b50b9ca 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "various-complements", "name": "Various Complements", - "version": "9.0.0-beta2", + "version": "9.0.0-beta3", "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 14f91db..2b8430a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "various-complements", - "version": "9.0.0-beta2", + "version": "9.0.0-beta3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "various-complements", - "version": "9.0.0-beta2", + "version": "9.0.0-beta3", "license": "MIT", "dependencies": { "chinese-tokenizer": "github:tadashi-aikawa/chinese-tokenizer", diff --git a/package.json b/package.json index 055a1cf..7f39bdd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "various-complements", - "version": "9.0.0-beta2", + "version": "9.0.0-beta3", "description": "This plugin for Obsidian enables you to complete words like the auto-completion of IDE", "main": "main.js", "scripts": {