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