diff --git a/Cargo.lock b/Cargo.lock index 5c4a106..5e2adb1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1448,7 +1448,7 @@ dependencies = [ [[package]] name = "kinode_process_lib" -version = "0.9.1" +version = "0.9.2" dependencies = [ "alloy", "alloy-primitives", diff --git a/Cargo.toml b/Cargo.toml index a34b4ad..dff81c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "kinode_process_lib" description = "A library for writing Kinode processes in Rust." -version = "0.9.1" +version = "0.9.2" edition = "2021" license-file = "LICENSE" homepage = "https://kinode.org"