We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 445e74b commit 2085109Copy full SHA for 2085109
manifest.json
@@ -1,7 +1,7 @@
1
{
2
"id": "obsidian-image-layouts",
3
"name": "Image Layouts",
4
- "version": "0.15.2",
+ "version": "0.15.3",
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
@@ -9,5 +9,6 @@
9
"0.14.2": "0.15.0",
10
"0.15.0": "0.15.0",
11
"0.15.1": "0.15.0",
12
- "0.15.2": "0.15.0"
+ "0.15.2": "0.15.0",
13
+ "0.15.3": "0.15.0"
14
}
0 commit comments