From cdbb48a9df04b2c1296c7e2d5b09379f9b4d97c4 Mon Sep 17 00:00:00 2001 From: kawaiinekololis Date: Tue, 12 Dec 2023 10:28:08 +0100 Subject: [PATCH] changed version to '0.2.0' --- 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 958512e..6f8b6b8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "liquidlauncher", "private": true, - "version": "0.1.9", + "version": "0.2.0", "type": "module", "scripts": { "dev": "vite", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 824243e..e5dec29 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -2111,7 +2111,7 @@ checksum = "c4cd1a83af159aa67994778be9070f0ae1bd732942279cabb14f86f986a21456" [[package]] name = "liquidlauncher" -version = "0.1.9" +version = "0.2.0" dependencies = [ "anyhow", "async-compression", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index a392ee0..edf2d1d 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "liquidlauncher" -version = "0.1.9" +version = "0.2.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 1d781db..330fb01 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "liquidlauncher", - "version": "0.1.9" + "version": "0.2.0" }, "tauri": { "allowlist": {