Skip to content

Commit

Permalink
chore: bump version to 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vertis committed Feb 9, 2024
1 parent 13a9dad commit 5970d49
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"id": "obsidian-image-layouts",
"name": "Image Layouts",
"version": "0.12.0",
"version": "0.14.0",
"minAppVersion": "0.15.0",
"description": "Add beautiful image layouts to your notes",
"author": "Luke Chadwick",
"authorUrl": "https://vertis.io",
"isDesktopOnly": false
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-image-layouts",
"version": "0.12.0",
"version": "0.14.0",
"license": "MIT",
"main": "build/main.js",
"type": "module",
Expand Down Expand Up @@ -31,4 +31,4 @@
"dependencies": {
"gray-matter": "^4.0.3"
}
}
}
6 changes: 4 additions & 2 deletions versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@
"0.9.0": "0.12.0",
"0.10.0": "0.12.0",
"0.11.0": "0.15.0",
"0.12.0": "0.15.0"
}
"0.12.0": "0.15.0",
"0.13.0": "0.15.0",
"0.14.0": "0.15.0"
}

0 comments on commit 5970d49

Please sign in to comment.