Skip to content

Commit 7366cdb

Browse files
committed
chore: bump version to 0.14.1
1 parent 6c9de44 commit 7366cdb

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-image-layouts",
33
"name": "Image Layouts",
4-
"version": "0.14.0",
4+
"version": "0.14.1",
55
"minAppVersion": "0.15.0",
66
"description": "Add beautiful image layouts to your notes",
77
"author": "Luke Chadwick",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-image-layouts",
3-
"version": "0.14.0",
3+
"version": "0.14.1",
44
"license": "MIT",
55
"main": "build/main.js",
66
"type": "module",

versions.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
"0.11.0": "0.15.0",
55
"0.12.0": "0.15.0",
66
"0.13.0": "0.15.0",
7-
"0.14.0": "0.15.0"
7+
"0.14.0": "0.15.0",
8+
"0.14.1": "0.15.0"
89
}

0 commit comments

Comments
 (0)