Skip to content

Commit 76cd187

Browse files
committed
chore: bump version to 0.15.5
1 parent 9a770d7 commit 76cd187

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

versions.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@
1111
"0.15.1": "0.15.0",
1212
"0.15.2": "0.15.0",
1313
"0.15.3": "0.15.0",
14-
"0.15.4": "0.15.0"
14+
"0.15.4": "0.15.0",
15+
"0.15.5": "0.15.0"
1516
}

0 commit comments

Comments
 (0)