diff --git a/bun.lockb b/bun.lockb index 2ffb239..103278f 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/manifest-beta.json b/manifest-beta.json index ba0acb0..2558273 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-silhouette", "name": "Silhouette", - "version": "0.22.0", + "version": "0.23.0", "minAppVersion": "1.1.1", "description": "Simple task management tools for Obsidian.", "author": "tadashi-aikawa", diff --git a/manifest.json b/manifest.json index eb3351c..8c8da6a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-silhouette", "name": "Silhouette", - "version": "0.22.0", + "version": "0.23.0", "minAppVersion": "1.1.1", "description": "Simple task management tools for Obsidian", "author": "tadashi-aikawa", diff --git a/package.json b/package.json index 65ae2d6..158b106 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "silhouette", - "version": "0.22.0", + "version": "0.23.0", "description": "Simple task management tools for Obsidian", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index d5385ea..46d2bf9 100644 --- a/versions.json +++ b/versions.json @@ -32,5 +32,6 @@ "0.19.1": "1.1.1", "0.20.0": "1.1.1", "0.21.0": "1.1.1", - "0.22.0": "1.1.1" + "0.22.0": "1.1.1", + "0.23.0": "1.1.1" } \ No newline at end of file