diff --git a/manifest-beta.json b/manifest-beta.json index 13ebecb1..651e86ca 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-meta-bind-plugin", "name": "Meta Bind", - "version": "1.1.1", + "version": "1.1.2", "minAppVersion": "1.4.0", "description": "Make your notes interactive with inline input fields, metadata displays, and buttons.", "author": "Moritz Jung", diff --git a/manifest.json b/manifest.json index 13ebecb1..651e86ca 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-meta-bind-plugin", "name": "Meta Bind", - "version": "1.1.1", + "version": "1.1.2", "minAppVersion": "1.4.0", "description": "Make your notes interactive with inline input fields, metadata displays, and buttons.", "author": "Moritz Jung", diff --git a/package.json b/package.json index 2ee07516..78e4ccb7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-meta-bind-plugin", - "version": "1.1.1", + "version": "1.1.2", "description": "Make your notes interactive with inline input fields, metadata displays, and buttons.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 9905cfb3..770935da 100644 --- a/versions.json +++ b/versions.json @@ -23,5 +23,6 @@ "1.0.3": "1.4.0", "1.0.4": "1.4.0", "1.1.0": "1.4.0", - "1.1.1": "1.4.0" + "1.1.1": "1.4.0", + "1.1.2": "1.4.0" }