diff --git a/Cargo.lock b/Cargo.lock index 96c5d1e6..e324a365 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -380,7 +380,7 @@ dependencies = [ [[package]] name = "framework_lib" -version = "0.6.0" +version = "0.6.1" dependencies = [ "built", "clap", @@ -415,7 +415,7 @@ dependencies = [ [[package]] name = "framework_tool" -version = "0.6.0" +version = "0.6.1" dependencies = [ "embed-resource", "framework_lib", @@ -426,7 +426,7 @@ dependencies = [ [[package]] name = "framework_uefi" -version = "0.6.0" +version = "0.6.1" dependencies = [ "framework_lib", "log", diff --git a/flake.nix b/flake.nix index a80147eb..2637398b 100644 --- a/flake.nix +++ b/flake.nix @@ -91,7 +91,7 @@ in rustPlatform.buildRustPackage { pname = "framework_tool"; - version = "0.6.0"; + version = "0.6.1"; src = buildSrc; @@ -144,7 +144,7 @@ in rustPlatformWindows.buildRustPackage { pname = "framework_tool"; - version = "0.6.0"; + version = "0.6.1"; src = buildSrc; @@ -194,7 +194,7 @@ in rustPlatform.buildRustPackage { pname = "framework_uefi"; - version = "0.6.0"; + version = "0.6.1"; src = buildSrc; diff --git a/framework_lib/Cargo.toml b/framework_lib/Cargo.toml index 4dbe4c3a..5e7d7cf5 100644 --- a/framework_lib/Cargo.toml +++ b/framework_lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "framework_lib" -version = "0.6.0" +version = "0.6.1" description = "Library to control Framework Computer systems" homepage = "https://github.com/FrameworkComputer/framework-system" repository = "https://github.com/FrameworkComputer/framework-system" diff --git a/framework_tool/Cargo.toml b/framework_tool/Cargo.toml index 1fc667ee..ec971425 100644 --- a/framework_tool/Cargo.toml +++ b/framework_tool/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "framework_tool" -version = "0.6.0" +version = "0.6.1" description = "Tool to control Framework Computer systems" homepage = "https://github.com/FrameworkComputer/framework-system" repository = "https://github.com/FrameworkComputer/framework-system" diff --git a/framework_uefi/Cargo.toml b/framework_uefi/Cargo.toml index 8ec8698a..e3fdfc92 100644 --- a/framework_uefi/Cargo.toml +++ b/framework_uefi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "framework_uefi" -version = "0.6.0" +version = "0.6.1" description = "UEFI Tool to control Framework Computer systems" homepage = "https://github.com/FrameworkComputer/framework-system" repository = "https://github.com/FrameworkComputer/framework-system"