bump to 3.1.2

Signed-off-by: FTCHD <144691102+FTCHD@users.noreply.github.com>
This commit is contained in:
FTCHD
2025-12-15 23:52:26 +07:00
parent de65eaaac0
commit 1f601960f6
5 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "rclone-ui",
"version": "3.1.1",
"version": "3.1.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "rclone-ui",
"version": "3.1.1",
"version": "3.1.2",
"dependencies": {
"@formkit/auto-animate": "^0.9.0",
"@heroui/react": "^2.7.11",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "rclone-ui",
"version": "3.1.1",
"version": "3.1.2",
"description": "The GUI for rclone & s3",
"author": {
"name": "Rclone UI",
+1 -1
View File
@@ -245,7 +245,7 @@ checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
[[package]]
name = "app"
version = "3.1.1"
version = "3.1.2"
dependencies = [
"cocoa",
"fix-path-env",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "app"
version = "3.1.1"
version = "3.1.2"
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.1.1",
"version": "3.1.2",
"identifier": "com.rclone.ui",
"build": {
"frontendDist": "../dist",