diff --git a/manifest-beta.json b/manifest-beta.json index cd5a2f2..55f61be 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-silhouette", "name": "Silhouette", - "version": "0.3.0", + "version": "0.3.1", "minAppVersion": "0.16.3", "description": "Simple task management tools for Obsidian", "author": "tadashi-aikawa", diff --git a/manifest.json b/manifest.json index cd5a2f2..55f61be 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-silhouette", "name": "Silhouette", - "version": "0.3.0", + "version": "0.3.1", "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 a97644b..1909a7d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "silhouette", - "version": "0.3.0", + "version": "0.3.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "silhouette", - "version": "0.3.0", + "version": "0.3.1", "license": "MIT", "dependencies": { "owlelia": "^0.44.0" diff --git a/package.json b/package.json index 5a8f9e2..6e283a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "silhouette", - "version": "0.3.0", + "version": "0.3.1", "description": "Simple task management tools for Obsidian", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index b80ad15..f232799 100644 --- a/versions.json +++ b/versions.json @@ -5,5 +5,6 @@ "0.1.3": "0.16.3", "0.2.0": "0.16.3", "0.2.1": "0.16.3", - "0.3.0": "0.16.3" + "0.3.0": "0.16.3", + "0.3.1": "0.16.3" } \ No newline at end of file