From 3ca70a13ed527221f96656f77bb3fb71aa1f4743 Mon Sep 17 00:00:00 2001 From: Moritz Jung Date: Fri, 19 Apr 2024 16:14:15 +0200 Subject: [PATCH] [auto] bump version to `1.1.0` --- manifest-beta.json | 2 +- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/manifest-beta.json b/manifest-beta.json index b1e82140..37aab278 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-meta-bind-plugin", "name": "Meta Bind", - "version": "1.0.4", + "version": "1.1.0", "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 b1e82140..37aab278 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-meta-bind-plugin", "name": "Meta Bind", - "version": "1.0.4", + "version": "1.1.0", "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 bd594bb8..f625a88b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-meta-bind-plugin", - "version": "1.0.4", + "version": "1.1.0", "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 27e48064..9fc8990e 100644 --- a/versions.json +++ b/versions.json @@ -21,5 +21,6 @@ "1.0.1": "1.4.0", "1.0.2": "1.4.0", "1.0.3": "1.4.0", - "1.0.4": "1.4.0" + "1.0.4": "1.4.0", + "1.1.0": "1.4.0" }