bump to 3.7.0

This commit is contained in:
FTCHD
2026-07-12 01:27:43 +03:00
parent deee031196
commit 8af6f3d51f
5 changed files with 7 additions and 16 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "rclone-ui",
"version": "3.6.1",
"version": "3.7.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "rclone-ui",
"version": "3.6.1",
"version": "3.7.0",
"license": "Apache-2.0",
"dependencies": {
"@formkit/auto-animate": "^0.9.0",
+2 -11
View File
@@ -1,6 +1,6 @@
{
"name": "rclone-ui",
"version": "3.6.1",
"version": "3.7.0",
"description": "The GUI for rclone & s3",
"author": {
"name": "Rclone UI",
@@ -12,16 +12,7 @@
"url": "https://github.com/rclone-ui/rclone-ui"
},
"homepage": "https://rcloneui.com",
"keywords": [
"rclone",
"gui",
"drive",
"s3",
"cloud",
"storage",
"sync",
"backup"
],
"keywords": ["rclone", "gui", "drive", "s3", "cloud", "storage", "sync", "backup"],
"license": "Apache-2.0",
"scripts": {
"dev": "node scripts/buildExternal.js && vite",
+1 -1
View File
@@ -245,7 +245,7 @@ checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
[[package]]
name = "app"
version = "3.6.1"
version = "3.7.0"
dependencies = [
"chrono",
"cocoa",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "app"
version = "3.6.1"
version = "3.7.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": "3.6.1",
"version": "3.7.0",
"identifier": "com.rclone.ui",
"build": {
"frontendDist": "../dist",