Skip to content

Commit

Permalink
1.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mgmeyers committed Mar 20, 2024
1 parent 831c3d2 commit 762dd3b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion release-notes.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
fdede4b Fix build error
831c3d2 Update base padding to accommodate recent list updates
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 762dd3b

Please sign in to comment.