bump to 1.9.3

Signed-off-by: FTCHD <144691102+FTCHD@users.noreply.github.com>
This commit is contained in:
FTCHD
2025-09-13 14:09:42 +02:00
parent f79dacf783
commit 313619d558
5 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "s-tray",
"version": "1.9.2",
"version": "1.9.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "s-tray",
"version": "1.9.2",
"version": "1.9.3",
"dependencies": {
"@heroui/react": "^2.7.11",
"@sentry/browser": "^10.8.0",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "s-tray",
"private": true,
"version": "1.9.2",
"version": "1.9.3",
"type": "module",
"scripts": {
"dev": "node scripts/buildExternal.js && vite",
+1 -1
View File
@@ -103,7 +103,7 @@ checksum = "b0674a1ddeecb70197781e945de4b3b8ffb61fa939a5597bcf48503737663100"
[[package]]
name = "app"
version = "1.9.2"
version = "1.9.3"
dependencies = [
"cocoa",
"fix-path-env",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "app"
version = "1.9.2"
version = "1.9.3"
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": "1.9.2",
"version": "1.9.3",
"identifier": "com.stray.app",
"build": {
"frontendDist": "../dist",