From 3abcb8873c1b04f1b8ab5cfb0d8b41a001a6060a Mon Sep 17 00:00:00 2001 From: tadashi-aikawa Date: Sun, 25 Aug 2024 22:51:08 +0900 Subject: [PATCH] 10.0.3 --- manifest-beta.json | 2 +- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/manifest-beta.json b/manifest-beta.json index b407009..351e2e8 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "various-complements", "name": "Various Complements", - "version": "10.0.2", + "version": "10.0.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 b407009..351e2e8 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "various-complements", "name": "Various Complements", - "version": "10.0.2", + "version": "10.0.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.json b/package.json index 9d12372..afd782c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "various-complements", - "version": "10.0.2", + "version": "10.0.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 69ed939..91cf273 100644 --- a/versions.json +++ b/versions.json @@ -30,5 +30,6 @@ "9.4.0": "0.16.0", "10.0.0": "0.16.0", "10.0.1": "0.16.0", - "10.0.2": "0.16.0" + "10.0.2": "0.16.0", + "10.0.3": "0.16.0" } \ No newline at end of file