diff --git a/manifest-beta.json b/manifest-beta.json index 6b104080..de626a0d 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-meta-bind-plugin", "name": "Meta Bind Plugin", - "version": "0.10.2-canary.20240103T183306", + "version": "0.11.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/manifest.json b/manifest.json index 95d32a8f..de626a0d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-meta-bind-plugin", "name": "Meta Bind Plugin", - "version": "0.10.2", + "version": "0.11.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 723755cf..7f343921 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-meta-bind-plugin", - "version": "0.10.2", + "version": "0.11.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 7dbd48b4..ee7e341e 100644 --- a/versions.json +++ b/versions.json @@ -9,5 +9,6 @@ "0.9.0": "1.4.0", "0.10.0": "1.4.0", "0.10.1": "1.4.0", - "0.10.2": "1.4.0" + "0.10.2": "1.4.0", + "0.11.0": "1.4.0" }