Skip to content

Commit

Permalink
chore: bump version to 0.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vertis committed Feb 11, 2024
1 parent a0b1943 commit ceed3e8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 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-image-layouts",
"name": "Image Layouts",
"version": "0.15.1",
"version": "0.15.2",
"minAppVersion": "0.15.0",
"description": "Add beautiful image layouts to your notes",
"author": "Luke Chadwick",
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-image-layouts",
"version": "0.15.1",
"version": "0.15.2",
"license": "MIT",
"main": "build/main.js",
"type": "module",
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
"0.14.1": "0.15.0",
"0.14.2": "0.15.0",
"0.15.0": "0.15.0",
"0.15.1": "0.15.0"
"0.15.1": "0.15.0",
"0.15.2": "0.15.0"
}

0 comments on commit ceed3e8

Please sign in to comment.