diff --git a/manifest.json b/manifest.json index b306a371..ac3c80c9 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-meta-bind-plugin", "name": "Meta Bind Plugin", - "version": "0.7.2", + "version": "0.8.0", "minAppVersion": "1.4.0", "description": "This plugin can create input fields inside your notes and bind them to metadata fields.", "author": "Moritz Jung", diff --git a/package.json b/package.json index 453d9eff..b0882f02 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-meta-bind-plugin", - "version": "0.7.2", + "version": "0.8.0", "description": "This plugin can create input fields inside your notes and bind them to metadata fields.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index aa59df6a..0e5aa606 100644 --- a/versions.json +++ b/versions.json @@ -4,5 +4,6 @@ "0.5.0": "1.3.5", "0.7.0": "1.4.0", "0.7.1": "1.4.0", - "0.7.2": "1.4.0" + "0.7.2": "1.4.0", + "0.8.0": "1.4.0" }