Skip to content

Commit 01f1c11

Browse files
committed
Bump version to 1.2.4
1 parent fe4128b commit 01f1c11

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "featured-image",
33
"name": "Featured Image",
4-
"version": "1.2.3",
4+
"version": "1.2.4",
55
"minAppVersion": "1.8.0",
66
"description": "Automatically sets a featured image property in your notes based on the first image, YouTube link, or Auto Card Link image found in your document.",
77
"author": "Johan Sanneblad",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-featured-image",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"description": "Automatically sets a featured image property in your notes based on the first image, YouTube link, or Auto Card Link image found in your document.",
55
"main": "main.js",
66
"engines": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,6 @@
3131
"1.2.0": "1.8.0",
3232
"1.2.1": "1.8.0",
3333
"1.2.2": "1.8.0",
34-
"1.2.3": "1.8.0"
34+
"1.2.3": "1.8.0",
35+
"1.2.4": "1.8.0"
3536
}

0 commit comments

Comments
 (0)