From 4139297eaa49d200d3a40dd20c7bb1d8fd424739 Mon Sep 17 00:00:00 2001 From: evdboom <18037882+evdboom@users.noreply.github.com> Date: Tue, 21 Jul 2026 22:39:36 +0000 Subject: [PATCH] chore(obsidian): sync metadata for 1.1.6 --- 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 8c20734..24f4aa9 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "bindery", "name": "Bindery", - "version": "1.1.5", + "version": "1.1.6", "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 8c20734..24f4aa9 100644 --- a/obsidian-plugin/manifest.json +++ b/obsidian-plugin/manifest.json @@ -1,7 +1,7 @@ { "id": "bindery", "name": "Bindery", - "version": "1.1.5", + "version": "1.1.6", "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 a85cb19..79f0a61 100644 --- a/obsidian-plugin/versions.json +++ b/obsidian-plugin/versions.json @@ -7,5 +7,6 @@ "1.1.2": "1.12.7", "1.1.3": "1.12.7", "1.1.4": "1.12.7", - "1.1.5": "1.12.7" + "1.1.5": "1.12.7", + "1.1.6": "1.12.7" }