diff --git a/package.json b/package.json index cad6a35..832d362 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "exbyte-depot", "private": true, - "version": "0.4.1", + "version": "0.4.2", "type": "module", "scripts": { "dev": "vite", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index ab3558b..ffe5308 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -992,7 +992,7 @@ dependencies = [ [[package]] name = "exbyte-depot" -version = "0.4.1" +version = "0.4.2" dependencies = [ "encoding_rs", "reqwest 0.12.28", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 41c6c79..61b59eb 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "exbyte-depot" -version = "0.4.1" +version = "0.4.2" 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 7e1823a..1c13b1d 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.1", + "version": "0.4.2", "identifier": "com.bonchellon.exbyte-depot", "build": { "beforeDevCommand": "npm run dev",