We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c9de44 commit 7366cdbCopy full SHA for 7366cdb
manifest.json
@@ -1,7 +1,7 @@
1
{
2
"id": "obsidian-image-layouts",
3
"name": "Image Layouts",
4
- "version": "0.14.0",
+ "version": "0.14.1",
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
@@ -4,5 +4,6 @@
"0.11.0": "0.15.0",
"0.12.0": "0.15.0",
"0.13.0": "0.15.0",
- "0.14.0": "0.15.0"
+ "0.14.0": "0.15.0",
8
+ "0.14.1": "0.15.0"
9
}
0 commit comments