We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a770d7 commit 76cd187Copy full SHA for 76cd187
manifest.json
@@ -1,7 +1,7 @@
1
{
2
"id": "obsidian-image-layouts",
3
"name": "Image Layouts",
4
- "version": "0.15.4",
+ "version": "0.15.5",
5
"minAppVersion": "0.15.0",
6
"description": "Add beautiful image layouts to your notes",
7
"author": "Luke Chadwick",
package.json
@@ -1,6 +1,6 @@
"name": "obsidian-image-layouts",
"license": "MIT",
"main": "build/main.js",
"type": "module",
versions.json
@@ -11,5 +11,6 @@
11
"0.15.1": "0.15.0",
12
"0.15.2": "0.15.0",
13
"0.15.3": "0.15.0",
14
- "0.15.4": "0.15.0"
+ "0.15.4": "0.15.0",
15
+ "0.15.5": "0.15.0"
16
}
0 commit comments