From 3dc415361c4df9e2759b8ce2aca9d09a5c66e12d Mon Sep 17 00:00:00 2001 From: evdboom <18037882+evdboom@users.noreply.github.com> Date: Wed, 10 Jun 2026 18:49:30 +0000 Subject: [PATCH] chore(obsidian): sync metadata for 1.1.2 --- manifest.json | 2 +- obsidian-plugin/manifest.json | 2 +- obsidian-plugin/versions.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 89a29f7..b3f3a7d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "bindery", "name": "Bindery", - "version": "1.1.1", + "version": "1.1.2", "minAppVersion": "1.12.7", "description": "Typography formatting and multi-format export for book projects written in Markdown.", "author": "Erik van der Boom", diff --git a/obsidian-plugin/manifest.json b/obsidian-plugin/manifest.json index 89a29f7..b3f3a7d 100644 --- a/obsidian-plugin/manifest.json +++ b/obsidian-plugin/manifest.json @@ -1,7 +1,7 @@ { "id": "bindery", "name": "Bindery", - "version": "1.1.1", + "version": "1.1.2", "minAppVersion": "1.12.7", "description": "Typography formatting and multi-format export for book projects written in Markdown.", "author": "Erik van der Boom", diff --git a/obsidian-plugin/versions.json b/obsidian-plugin/versions.json index 78a7f6e..a9d3bcd 100644 --- a/obsidian-plugin/versions.json +++ b/obsidian-plugin/versions.json @@ -3,5 +3,6 @@ "1.0.6": "1.12.7", "1.0.7": "1.12.7", "1.0.8": "1.12.7", - "1.1.1": "1.12.7" + "1.1.1": "1.12.7", + "1.1.2": "1.12.7" }