Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Feb 11, 2022
1 parent 1d6025b commit b482ca9
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion gui/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>" ]
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion gui/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"package": {
"productName": "fish-launcher",
"version": "0.1.0"
"version": "0.1.1"
},
"build": {
"distDir": "../public",
Expand Down

0 comments on commit b482ca9

Please sign in to comment.