From 06928083aa4f271ddaa1fd2c3f0844b3a263b4ad Mon Sep 17 00:00:00 2001 From: tadashi-aikawa Date: Sat, 10 Feb 2024 16:15:56 +0900 Subject: [PATCH] 9.2.0 --- manifest-beta.json | 2 +- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 5 files changed, 7 insertions(+), 6 deletions(-) diff --git a/manifest-beta.json b/manifest-beta.json index ee3a037..dfbe588 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "various-complements", "name": "Various Complements", - "version": "9.1.0", + "version": "9.2.0", "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 ee3a037..dfbe588 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "various-complements", "name": "Various Complements", - "version": "9.1.0", + "version": "9.2.0", "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 6f53460..1d77a1d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "various-complements", - "version": "9.1.0", + "version": "9.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "various-complements", - "version": "9.1.0", + "version": "9.2.0", "license": "MIT", "dependencies": { "chinese-tokenizer": "github:tadashi-aikawa/chinese-tokenizer", diff --git a/package.json b/package.json index 29b8e21..4b28ed8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "various-complements", - "version": "9.1.0", + "version": "9.2.0", "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 32c5303..7f28aa2 100644 --- a/versions.json +++ b/versions.json @@ -23,5 +23,6 @@ "8.4.1": "0.16.0", "9.0.0": "0.16.0", "9.0.1": "0.16.0", - "9.1.0": "0.16.0" + "9.1.0": "0.16.0", + "9.2.0": "0.16.0" } \ No newline at end of file