From 23fabe11ec69928fc812a92ab941793138a44a0f Mon Sep 17 00:00:00 2001 From: Bonchellon Date: Sat, 18 Jul 2026 16:55:31 +0300 Subject: [PATCH] =?UTF-8?q?0.4.1=20=E2=80=94=20Unreal=20plugin=20actions,?= =?UTF-8?q?=20sync=20toast=20summary,=20plugin=20dock=20buttons?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.8 --- package.json | 2 +- src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index ba424b5..cad6a35 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "exbyte-depot", "private": true, - "version": "0.4.0", + "version": "0.4.1", "type": "module", "scripts": { "dev": "vite", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index f536c3f..ab3558b 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -992,7 +992,7 @@ dependencies = [ [[package]] name = "exbyte-depot" -version = "0.4.0" +version = "0.4.1" dependencies = [ "encoding_rs", "reqwest 0.12.28", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index a139262..41c6c79 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "exbyte-depot" -version = "0.4.0" +version = "0.4.1" description = "Exbyte Depot — native Perforce client by Exbyte Studios" authors = ["Exbyte Studios"] edition = "2021" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index cf77d98..7e1823a 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -2,7 +2,7 @@ "$schema": "https://schema.tauri.app/config/2", "productName": "Exbyte Depot", "mainBinaryName": "Exbyte Depot", - "version": "0.4.0", + "version": "0.4.1", "identifier": "com.bonchellon.exbyte-depot", "build": { "beforeDevCommand": "npm run dev",