diff --git a/Cargo.lock b/Cargo.lock index 00b1728..265af7f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1234,7 +1234,7 @@ checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df" [[package]] name = "ice-launcher" -version = "0.2.2" +version = "0.2.3" dependencies = [ "anyhow", "iced", @@ -1551,7 +1551,7 @@ dependencies = [ [[package]] name = "mclib" -version = "0.2.2" +version = "0.2.3" dependencies = [ "anyhow", "arrayvec 0.7.2", diff --git a/client/Cargo.toml b/client/Cargo.toml index 40dacf0..1322067 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ice-launcher" -version = "0.2.2" +version = "0.2.3" edition = "2021" authors = ["Manuel Quarneti "] repository = "https://github.com/mq1/ice-launcher" diff --git a/macos/Ice Launcher.app/Contents/Info.plist b/macos/Ice Launcher.app/Contents/Info.plist index b9c10d5..da5e5ee 100644 --- a/macos/Ice Launcher.app/Contents/Info.plist +++ b/macos/Ice Launcher.app/Contents/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.2.2 + 0.2.3 CFBundleSupportedPlatforms MacOSX diff --git a/mclib/Cargo.toml b/mclib/Cargo.toml index 95d3b11..ebefa8b 100644 --- a/mclib/Cargo.toml +++ b/mclib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mclib" -version = "0.2.2" +version = "0.2.3" edition = "2021" authors = ["Manuel Quarneti "] repository = "https://github.com/mq1/ice-launcher"