We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f40ba0 commit 31c9a06Copy full SHA for 31c9a06
3 files changed
manifest.json
@@ -1,7 +1,7 @@
1
{
2
"id": "obsidian-s3-publisher",
3
"name": "S3 Publisher",
4
- "version": "1.5.2",
+ "version": "1.5.3",
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
@@ -8,5 +8,6 @@
8
"1.4.0": "0.15.0",
9
"1.5.0": "0.15.0",
10
"1.5.1": "0.15.0",
11
- "1.5.2": "0.15.0"
+ "1.5.2": "0.15.0",
12
+ "1.5.3": "0.15.0"
13
}
0 commit comments