Skip to content

Commit ccf1755

Browse files
committed
0.2.35
1 parent 571ab61 commit ccf1755

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.34",
4+
"version": "0.2.35",
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.34",
3+
"version": "0.2.35",
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
@@ -34,5 +34,6 @@
3434
"0.2.31": "0.15.0",
3535
"0.2.32": "0.15.0",
3636
"0.2.33": "0.15.0",
37-
"0.2.34": "0.15.0"
37+
"0.2.34": "0.15.0",
38+
"0.2.35": "0.15.0"
3839
}

0 commit comments

Comments
 (0)