bump to 3.6.0

This commit is contained in:
FTCHD
2026-06-05 21:47:20 +03:00
parent 82dbdc27dc
commit df3dbb59a0
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -245,7 +245,7 @@ checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
[[package]] [[package]]
name = "app" name = "app"
version = "3.5.5" version = "3.6.0"
dependencies = [ dependencies = [
"cocoa", "cocoa",
"fix-path-env", "fix-path-env",
+1 -1
View File
@@ -245,7 +245,7 @@ checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
[[package]] [[package]]
name = "app" name = "app"
version = "3.5.5" version = "3.6.0"
dependencies = [ dependencies = [
"cocoa", "cocoa",
"fix-path-env", "fix-path-env",
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "app" name = "app"
version = "3.5.5" version = "3.6.0"
description = "A Tauri App" description = "A Tauri App"
authors = ["you"] authors = ["you"]
license = "" license = ""
+1 -1
View File
@@ -2,7 +2,7 @@
"$schema": "https://schema.tauri.app/config/2", "$schema": "https://schema.tauri.app/config/2",
"productName": "Rclone UI", "productName": "Rclone UI",
"mainBinaryName": "Rclone UI", "mainBinaryName": "Rclone UI",
"version": "3.5.5", "version": "3.6.0",
"identifier": "com.rclone.ui", "identifier": "com.rclone.ui",
"build": { "build": {
"frontendDist": "../dist", "frontendDist": "../dist",