Skip to content

Commit 39e13f0

Browse files
author
Marco Laux
committed
chore(release): 1.5.9
1 parent 2ca148c commit 39e13f0

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.8",
4+
"version": "1.5.9",
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.8",
3+
"version": "1.5.9",
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
@@ -14,5 +14,6 @@
1414
"1.5.5": "0.15.0",
1515
"1.5.6": "0.15.0",
1616
"1.5.7": "0.15.0",
17-
"1.5.8": "0.15.0"
17+
"1.5.8": "0.15.0",
18+
"1.5.9": "0.15.0"
1819
}

0 commit comments

Comments
 (0)