diff --git a/manifest-beta.json b/manifest-beta.json index 55f61be..db39f21 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-silhouette", "name": "Silhouette", - "version": "0.3.1", + "version": "0.4.0", "minAppVersion": "0.16.3", "description": "Simple task management tools for Obsidian", "author": "tadashi-aikawa", diff --git a/manifest.json b/manifest.json index 55f61be..db39f21 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-silhouette", "name": "Silhouette", - "version": "0.3.1", + "version": "0.4.0", "minAppVersion": "0.16.3", "description": "Simple task management tools for Obsidian", "author": "tadashi-aikawa", diff --git a/package-lock.json b/package-lock.json index 24c620f..f0b69e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "silhouette", - "version": "0.3.1", + "version": "0.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "silhouette", - "version": "0.3.1", + "version": "0.4.0", "license": "MIT", "dependencies": { "owlelia": "^0.45.0" diff --git a/package.json b/package.json index 3a98879..e81e9df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "silhouette", - "version": "0.3.1", + "version": "0.4.0", "description": "Simple task management tools for Obsidian", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index f232799..5dfad89 100644 --- a/versions.json +++ b/versions.json @@ -6,5 +6,6 @@ "0.2.0": "0.16.3", "0.2.1": "0.16.3", "0.3.0": "0.16.3", - "0.3.1": "0.16.3" + "0.3.1": "0.16.3", + "0.4.0": "0.16.3" } \ No newline at end of file