From 091e0b7b1aa75e15d8462eba45bedc738647f468 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Thu, 4 May 2023 01:06:51 +0300 Subject: [PATCH] chore: bump version --- Cargo.lock | 6 +++--- cli/Cargo.toml | 2 +- core/Cargo.toml | 2 +- gui/package.json | 2 +- gui/src-tauri/Cargo.toml | 2 +- gui/src-tauri/tauri.conf.json | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 87b02100..70c08069 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3425,7 +3425,7 @@ dependencies = [ [[package]] name = "spicy-launcher" -version = "0.2.0" +version = "0.3.0" dependencies = [ "log", "pretty_env_logger", @@ -3439,7 +3439,7 @@ dependencies = [ [[package]] name = "spicy-launcher-cli" -version = "0.2.0" +version = "0.3.0" dependencies = [ "anyhow", "clap", @@ -3453,7 +3453,7 @@ dependencies = [ [[package]] name = "spicy-launcher-core" -version = "0.2.0" +version = "0.3.0" dependencies = [ "bytesize", "dirs-next", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 701084f8..99caf31c 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "spicy-launcher-cli" -version = "0.2.0" +version = "0.3.0" description = "Cross-platform launcher for Spicy Lobster games (CLI)" authors = ["Orhun Parmaksız "] edition = "2021" diff --git a/core/Cargo.toml b/core/Cargo.toml index a5ce6a73..88058e58 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "spicy-launcher-core" -version = "0.2.0" +version = "0.3.0" description = "Core library of the Spicy Lobster launcher" authors = ["Orhun Parmaksız "] license = "MIT OR Apache-2.0" diff --git a/gui/package.json b/gui/package.json index a9e2f041..b6f17c6e 100644 --- a/gui/package.json +++ b/gui/package.json @@ -1,6 +1,6 @@ { "name": "spicy-launcher", - "version": "0.2.0", + "version": "0.3.0", "private": true, "type": "module", "scripts": { diff --git a/gui/src-tauri/Cargo.toml b/gui/src-tauri/Cargo.toml index e156f111..5a79998b 100644 --- a/gui/src-tauri/Cargo.toml +++ b/gui/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "spicy-launcher" -version = "0.2.0" +version = "0.3.0" description = "Cross-platform launcher for Spicy Lobster games" authors = ["Orhun Parmaksız "] license = "MIT OR Apache-2.0" diff --git a/gui/src-tauri/tauri.conf.json b/gui/src-tauri/tauri.conf.json index 24f4d131..64c7f279 100644 --- a/gui/src-tauri/tauri.conf.json +++ b/gui/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "package": { "productName": "spicy-launcher", - "version": "0.2.0" + "version": "0.3.0" }, "build": { "distDir": "../public",