We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ca148c commit 39e13f0Copy full SHA for 39e13f0
3 files changed
manifest.json
@@ -1,7 +1,7 @@
1
{
2
"id": "obsidian-s3-publisher",
3
"name": "S3 Publisher",
4
- "version": "1.5.8",
+ "version": "1.5.9",
5
"minAppVersion": "0.15.0",
6
"description": "Publish notes to S3-compatible storage with private links.",
7
"author": "Marco Laux",
package.json
@@ -1,6 +1,6 @@
"name": "obsidian-s3-publisher",
"description": "Publish notes to S3/MinIO",
"main": "main.js",
versions.json
@@ -14,5 +14,6 @@
14
"1.5.5": "0.15.0",
15
"1.5.6": "0.15.0",
16
"1.5.7": "0.15.0",
17
- "1.5.8": "0.15.0"
+ "1.5.8": "0.15.0",
18
+ "1.5.9": "0.15.0"
19
}
0 commit comments