diff --git a/Cargo.lock b/Cargo.lock index 87e1398a..0e9ba92a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -985,7 +985,7 @@ dependencies = [ [[package]] name = "fish-launcher" -version = "0.1.0" +version = "0.1.1" dependencies = [ "fish-launcher-core", "log", @@ -999,7 +999,7 @@ dependencies = [ [[package]] name = "fish-launcher-cli" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "clap", @@ -1013,7 +1013,7 @@ dependencies = [ [[package]] name = "fish-launcher-core" -version = "0.1.0" +version = "0.1.1" dependencies = [ "bytesize", "dirs-next", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index da1f961f..b0c0c0f6 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fish-launcher-cli" -version = "0.1.0" +version = "0.1.1" description = "A cross-platform launcher for Fish Fight (CLI)" authors = ["Orhun Parmaksız "] edition = "2021" diff --git a/core/Cargo.toml b/core/Cargo.toml index 685610fd..cb103436 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fish-launcher-core" -version = "0.1.0" +version = "0.1.1" description = "Core library of the Fish Fight launcher" authors = ["Orhun Parmaksız "] license = "MIT OR Apache-2.0" diff --git a/gui/src-tauri/Cargo.toml b/gui/src-tauri/Cargo.toml index 5e6009b3..74f26d7a 100644 --- a/gui/src-tauri/Cargo.toml +++ b/gui/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fish-launcher" -version = "0.1.0" +version = "0.1.1" description = "Cross-platform launcher for Fish Fight" 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 eda4a841..43b3be4e 100644 --- a/gui/src-tauri/tauri.conf.json +++ b/gui/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "package": { "productName": "fish-launcher", - "version": "0.1.0" + "version": "0.1.1" }, "build": { "distDir": "../public",