diff --git a/manifest.json b/manifest.json index b3f3a7d..4405b7a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "bindery", "name": "Bindery", - "version": "1.1.2", + "version": "1.1.3", "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 b3f3a7d..4405b7a 100644 --- a/obsidian-plugin/manifest.json +++ b/obsidian-plugin/manifest.json @@ -1,7 +1,7 @@ { "id": "bindery", "name": "Bindery", - "version": "1.1.2", + "version": "1.1.3", "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 a9d3bcd..33899fc 100644 --- a/obsidian-plugin/versions.json +++ b/obsidian-plugin/versions.json @@ -4,5 +4,6 @@ "1.0.7": "1.12.7", "1.0.8": "1.12.7", "1.1.1": "1.12.7", - "1.1.2": "1.12.7" + "1.1.2": "1.12.7", + "1.1.3": "1.12.7" }