diff --git a/manifest.json b/manifest.json index 73bc385d..381cff94 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-meta-bind-plugin", "name": "Meta Bind Plugin", - "version": "0.6.5", + "version": "0.7.0", "minAppVersion": "0.14.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 0bf2370f..c64b5167 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-meta-bind-plugin", - "version": "0.6.5", + "version": "0.7.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 b2fa63f1..aacea2d8 100644 --- a/versions.json +++ b/versions.json @@ -1,5 +1,6 @@ { "0.3.3": "0.12.0", "0.4.0": "1.1.0", - "0.5.0": "1.3.5" + "0.5.0": "1.3.5", + "0.7.0": "1.4.0" }