Skip to content

Commit 9d89bf5

Browse files
committed
0.2.41
1 parent fca349a commit 9d89bf5

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "s3-image-uploader",
33
"name": "S3 Image Uploader",
4-
"version": "0.2.40",
4+
"version": "0.2.41",
55
"minAppVersion": "0.15.0",
66
"description": "This is an image uploader for Obsidian that allows you to self host images on AWS s3. This plugin is supported by advertisements.",
77
"author": "jvsteiner",

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "s3-image-uploader",
3-
"version": "0.2.40",
3+
"version": "0.2.41",
44
"description": "This is an image uploading plugin for Obsidian (https://obsidian.md)",
55
"main": "main.js",
66
"scripts": {

versions.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,6 @@
4040
"0.2.37": "0.15.0",
4141
"0.2.38": "0.15.0",
4242
"0.2.39": "0.15.0",
43-
"0.2.40": "0.15.0"
43+
"0.2.40": "0.15.0",
44+
"0.2.41": "0.15.0"
4445
}

0 commit comments

Comments
 (0)