bump to 3.6.1
This commit is contained in:
Generated
+2
-2
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "rclone-ui",
|
||||
"version": "3.6.0",
|
||||
"version": "3.6.1",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "rclone-ui",
|
||||
"version": "3.6.0",
|
||||
"version": "3.6.1",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@formkit/auto-animate": "^0.9.0",
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "rclone-ui",
|
||||
"version": "3.6.0",
|
||||
"version": "3.6.1",
|
||||
"description": "The GUI for rclone & s3",
|
||||
"author": {
|
||||
"name": "Rclone UI",
|
||||
|
||||
Generated
+1
-1
@@ -245,7 +245,7 @@ checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
|
||||
|
||||
[[package]]
|
||||
name = "app"
|
||||
version = "3.6.0"
|
||||
version = "3.6.1"
|
||||
dependencies = [
|
||||
"cocoa",
|
||||
"fix-path-env",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "app"
|
||||
version = "3.6.0"
|
||||
version = "3.6.1"
|
||||
description = "A Tauri App"
|
||||
authors = ["you"]
|
||||
license = ""
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"$schema": "https://schema.tauri.app/config/2",
|
||||
"productName": "Rclone UI",
|
||||
"mainBinaryName": "Rclone UI",
|
||||
"version": "3.6.0",
|
||||
"version": "3.6.1",
|
||||
"identifier": "com.rclone.ui",
|
||||
"build": {
|
||||
"frontendDist": "../dist",
|
||||
@@ -78,13 +78,19 @@
|
||||
},
|
||||
"linux": {
|
||||
"deb": {
|
||||
"depends": ["libayatana-appindicator3-1 | libappindicator3-1", "zenity | kdialog | yad"],
|
||||
"depends": [
|
||||
"libayatana-appindicator3-1 | libappindicator3-1",
|
||||
"zenity | kdialog | yad"
|
||||
],
|
||||
"files": {
|
||||
"/usr/share/flatpak.metainfo.xml": "flatpak.metainfo.xml"
|
||||
}
|
||||
},
|
||||
"rpm": {
|
||||
"depends": ["(libappindicator-gtk3 or libayatana-appindicator-gtk3)", "(zenity or kdialog or yad)"]
|
||||
"depends": [
|
||||
"(libappindicator-gtk3 or libayatana-appindicator-gtk3)",
|
||||
"(zenity or kdialog or yad)"
|
||||
]
|
||||
}
|
||||
},
|
||||
"createUpdaterArtifacts": true
|
||||
|
||||
Reference in New Issue
Block a user