bump to 2.2.0

Signed-off-by: FTCHD <144691102+FTCHD@users.noreply.github.com>
This commit is contained in:
FTCHD
2025-09-17 00:53:19 +02:00
parent 926884881f
commit 923b5d2226
6 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "rclone-ui",
"version": "2.1.0",
"version": "2.2.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "rclone-ui",
"version": "2.1.0",
"version": "2.2.0",
"dependencies": {
"@heroui/react": "^2.7.11",
"@sentry/browser": "^10.8.0",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "rclone-ui",
"private": true,
"version": "2.1.0",
"version": "2.2.0",
"type": "module",
"scripts": {
"dev": "node scripts/buildExternal.js && vite",
+1 -1
View File
@@ -103,7 +103,7 @@ checksum = "b0674a1ddeecb70197781e945de4b3b8ffb61fa939a5597bcf48503737663100"
[[package]]
name = "app"
version = "2.1.0"
version = "2.2.0"
dependencies = [
"cocoa",
"fix-path-env",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "app"
version = "2.1.0"
version = "2.2.0"
description = "A Tauri App"
authors = ["you"]
license = ""
+1 -1
View File
@@ -2,7 +2,7 @@
"$schema": "https://schema.tauri.app/config/2",
"productName": "Rclone UI",
"mainBinaryName": "Rclone UI",
"version": "2.1.0",
"version": "2.2.0",
"identifier": "com.rclone.ui",
"build": {
"frontendDist": "../dist",
+1 -1
View File
@@ -198,7 +198,7 @@ export default function Delete() {
path={sourceFs || ''}
setPath={setSourceFs}
label="Path"
placeholder="Enter a remote:/path"
placeholder="Enter a remote:/path to delete"
showPicker={false}
/>