diff --git a/package.json b/package.json index 0bc0712..a6854e0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "liquidlauncher", "private": true, - "version": "0.3.1", + "version": "0.4.0", "type": "module", "license": "GPL-3.0", "scripts": { diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 72c6e29..b6103c8 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -2387,7 +2387,7 @@ checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" [[package]] name = "liquidlauncher" -version = "0.3.1" +version = "0.4.0" dependencies = [ "anyhow", "async-compression", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index bf6f564..a6ef8ea 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "liquidlauncher" -version = "0.3.1" +version = "0.4.0" description = "A LiquidBounce launcher for Minecraft, written in Rust using Tauri." authors = ["1zuna ", "superblaubeere27"] license = "GNU General Public License v3.0" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 2cbe018..6db492d 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,6 +1,6 @@ { "productName": "LiquidLauncher", - "version": "0.3.1", + "version": "0.4.0", "identifier": "net.ccbluex.liquidlauncher", "build": { "beforeBuildCommand": "npm run build",