0.4.1 — Unreal plugin actions, sync toast summary, plugin dock buttons

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Bonchellon
2026-07-18 16:55:31 +03:00
parent 37f5c504f7
commit 23fabe11ec
4 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
{
"name": "exbyte-depot",
"private": true,
"version": "0.4.0",
"version": "0.4.1",
"type": "module",
"scripts": {
"dev": "vite",

2
src-tauri/Cargo.lock generated
View File

@ -992,7 +992,7 @@ dependencies = [
[[package]]
name = "exbyte-depot"
version = "0.4.0"
version = "0.4.1"
dependencies = [
"encoding_rs",
"reqwest 0.12.28",

View File

@ -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"

View File

@ -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",