Skip to content

Commit 2085109

Browse files
committed
chore: bump version to 0.15.3
1 parent 445e74b commit 2085109

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.15.2",
4+
"version": "0.15.3",
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.15.2",
3+
"version": "0.15.3",
44
"license": "MIT",
55
"main": "build/main.js",
66
"type": "module",

versions.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
"0.14.2": "0.15.0",
1010
"0.15.0": "0.15.0",
1111
"0.15.1": "0.15.0",
12-
"0.15.2": "0.15.0"
12+
"0.15.2": "0.15.0",
13+
"0.15.3": "0.15.0"
1314
}

0 commit comments

Comments
 (0)