From 5c8311166a9eab9860818e93a0152628806f5956 Mon Sep 17 00:00:00 2001 From: Demir Yerli Date: Mon, 17 Feb 2025 22:06:23 +0300 Subject: [PATCH] Bump the version to preview 2 --- src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index fbeffb7..532e211 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -4122,7 +4122,7 @@ dependencies = [ [[package]] name = "quadrant_next" -version = "25.3.0-preview.1" +version = "25.3.0-preview.2" dependencies = [ "anyhow", "chrono", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index a4b2606..9973382 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quadrant_next" -version = "25.3.0-preview.1" +version = "25.3.0-preview.2" description = "An easy way to manage your Minecraft mods and modpacks" authors = ["Demir Yerli "] edition = "2021" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index fc9b2c2..042a1f3 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "Quadrant", - "version": "25.3.0-preview.1", + "version": "25.3.0-preview.2", "identifier": "dev.mrquantumoff.mcmodpackmanager", "build": { "beforeDevCommand": "pnpm dev",