diff --git a/manifest-beta.json b/manifest-beta.json index 3567b0e..bb0a8e8 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-silhouette", "name": "Silhouette", - "version": "0.24.0", + "version": "0.25.0", "minAppVersion": "1.1.1", "description": "Simple task management tools for Obsidian.", "author": "tadashi-aikawa", diff --git a/manifest.json b/manifest.json index 157ca90..b66a703 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-silhouette", "name": "Silhouette", - "version": "0.24.0", + "version": "0.25.0", "minAppVersion": "1.1.1", "description": "Simple task management tools for Obsidian", "author": "tadashi-aikawa", diff --git a/package.json b/package.json index 136a604..813e732 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "silhouette", - "version": "0.24.0", + "version": "0.25.0", "description": "Simple task management tools for Obsidian", "main": "main.js", "scripts": { @@ -40,4 +40,4 @@ "@tadashi-aikawa/silhouette-core": "npm:@jsr/tadashi-aikawa__silhouette-core@^1.2.0", "owlelia": "^0.48.1" } -} +} \ No newline at end of file diff --git a/versions.json b/versions.json index 3189c87..7a9430c 100644 --- a/versions.json +++ b/versions.json @@ -35,5 +35,6 @@ "0.22.0": "1.1.1", "0.23.0": "1.1.1", "0.23.1": "1.1.1", - "0.24.0": "1.1.1" + "0.24.0": "1.1.1", + "0.25.0": "1.1.1" } \ No newline at end of file