Skip to content

Commit 31c9a06

Browse files
author
Marco Laux
committed
chore(release): 1.5.3
1 parent 0f40ba0 commit 31c9a06

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": "obsidian-s3-publisher",
33
"name": "S3 Publisher",
4-
"version": "1.5.2",
4+
"version": "1.5.3",
55
"minAppVersion": "0.15.0",
66
"description": "Publish notes to S3-compatible storage with private links.",
77
"author": "Marco Laux",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-s3-publisher",
3-
"version": "1.5.2",
3+
"version": "1.5.3",
44
"description": "Publish notes to S3/MinIO",
55
"author": "Marco Laux",
66
"main": "main.js",

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@
88
"1.4.0": "0.15.0",
99
"1.5.0": "0.15.0",
1010
"1.5.1": "0.15.0",
11-
"1.5.2": "0.15.0"
11+
"1.5.2": "0.15.0",
12+
"1.5.3": "0.15.0"
1213
}

0 commit comments

Comments
 (0)