diff --git a/manifest.json b/manifest.json index 558b01d..24516de 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-list-callouts", "name": "List Callouts", - "version": "1.2.1", + "version": "1.2.2", "minAppVersion": "1.1.1", "description": "Create simple callouts in lists.", "author": "mgmeyers", diff --git a/package.json b/package.json index 5f684d9..9e488b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-list-callouts", - "version": "1.2.1", + "version": "1.2.2", "description": "Create simple callouts in lists.", "main": "main.js", "scripts": { diff --git a/release-notes.md b/release-notes.md index ba007ab..2bb72b5 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1 +1 @@ -c677dde Prevent infinite loop +1c952ef Fix build diff --git a/versions.json b/versions.json index 3415406..8d976cd 100644 --- a/versions.json +++ b/versions.json @@ -5,5 +5,6 @@ "1.0.0": "0.14.15", "1.1.5": "1.1.1", "1.2.0": "1.1.1", - "1.2.1": "1.1.1" + "1.2.1": "1.1.1", + "1.2.2": "1.1.1" }