From 19db75b6b938000ec7c4e8c6f0b5402952ab7f7a Mon Sep 17 00:00:00 2001 From: Moritz Jung Date: Wed, 15 Jan 2025 14:01:43 +0100 Subject: [PATCH] [auto] bump version to `1.3.1` --- 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 6733a5b8..71d85934 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-meta-bind-plugin", "name": "Meta Bind", - "version": "1.3.0", + "version": "1.3.1", "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 6733a5b8..71d85934 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-meta-bind-plugin", "name": "Meta Bind", - "version": "1.3.0", + "version": "1.3.1", "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 2e1dcc66..5ac8aebb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-meta-bind-plugin", - "version": "1.3.0", + "version": "1.3.1", "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 b181cec8..cc1748b9 100644 --- a/versions.json +++ b/versions.json @@ -32,5 +32,6 @@ "1.2.3": "1.4.0", "1.2.4": "1.4.0", "1.2.5": "1.4.0", - "1.3.0": "1.4.0" + "1.3.0": "1.4.0", + "1.3.1": "1.4.0" }