diff --git a/manifest-beta.json b/manifest-beta.json index bb0a8e8..d18f04d 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-silhouette", "name": "Silhouette", - "version": "0.25.0", + "version": "0.26.0", "minAppVersion": "1.1.1", "description": "Simple task management tools for Obsidian.", "author": "tadashi-aikawa", diff --git a/manifest.json b/manifest.json index b66a703..a98f92b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-silhouette", "name": "Silhouette", - "version": "0.25.0", + "version": "0.26.0", "minAppVersion": "1.1.1", "description": "Simple task management tools for Obsidian", "author": "tadashi-aikawa", diff --git a/package.json b/package.json index 34e8a5a..41fed6e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "silhouette", - "version": "0.25.0", + "version": "0.26.0", "description": "Simple task management tools for Obsidian", "main": "main.js", "scripts": { @@ -40,5 +40,4 @@ "@tadashi-aikawa/silhouette-core": "npm:@jsr/tadashi-aikawa__silhouette-core@^1.3.0", "owlelia": "^0.48.1" } -} - +} \ No newline at end of file diff --git a/versions.json b/versions.json index 7a9430c..1677cdf 100644 --- a/versions.json +++ b/versions.json @@ -36,5 +36,6 @@ "0.23.0": "1.1.1", "0.23.1": "1.1.1", "0.24.0": "1.1.1", - "0.25.0": "1.1.1" + "0.25.0": "1.1.1", + "0.26.0": "1.1.1" } \ No newline at end of file