diff --git a/manifest.json b/manifest.json index 694b525..cb9fea8 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "badges", "name": "Badges", - "version": "1.1.11", + "version": "1.1.12", "minAppVersion": "0.15.0", "description": "Add inline badges/callouts to notes.", "author": "@gapmiss", diff --git a/package.json b/package.json index c94d9fc..bb81ebf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "badges", - "version": "1.1.11", + "version": "1.1.12", "description": "Badges for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 4c5afe5..769055e 100644 --- a/versions.json +++ b/versions.json @@ -11,5 +11,6 @@ "1.1.8": "0.15.0", "1.1.9": "0.15.0", "1.1.10": "0.15.0", - "1.1.11": "0.15.0" + "1.1.11": "0.15.0", + "1.1.12": "0.15.0" }