diff --git a/manifest.json b/manifest.json index d07025a..96f872a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-list-callouts", "name": "List Callouts", - "version": "1.2.6", + "version": "1.2.7", "minAppVersion": "1.1.1", "description": "Create simple callouts in lists.", "author": "mgmeyers", diff --git a/package.json b/package.json index ef19e93..4988135 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-list-callouts", - "version": "1.2.6", + "version": "1.2.7", "description": "Create simple callouts in lists.", "main": "main.js", "scripts": { diff --git a/release-notes.md b/release-notes.md index d9fb3e9..122a115 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1 +1 @@ -fdede4b Fix build error +831c3d2 Update base padding to accommodate recent list updates diff --git a/versions.json b/versions.json index bae4106..09ab788 100644 --- a/versions.json +++ b/versions.json @@ -10,5 +10,6 @@ "1.2.3": "1.1.1", "1.2.4": "1.1.1", "1.2.5": "1.1.1", - "1.2.6": "1.1.1" + "1.2.6": "1.1.1", + "1.2.7": "1.1.1" }