Skip to content

Commit 8208981

Browse files
chore(upload): Update version to 2.4.0
1 parent 412dcc6 commit 8208981

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

.changes/upload-http-method.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"upload": minor
3+
"upload-js": minor
4+
---
5+
6+
Upload plugin now supports specifying an HTTP method i.e. POST, PUT etc.

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/upload/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tauri-plugin-upload"
3-
version = "2.3.1"
3+
version = "2.4.0"
44
description = "Upload files from disk to a remote server over HTTP."
55
authors = { workspace = true }
66
license = { workspace = true }

plugins/upload/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tauri-apps/plugin-upload",
3-
"version": "2.3.1",
3+
"version": "2.4.0",
44
"description": "Upload files from disk to a remote server over HTTP.",
55
"license": "MIT OR Apache-2.0",
66
"authors": [

0 commit comments

Comments
 (0)