bump version 0.8.1

This commit is contained in:
dr-frmr 2024-06-10 22:03:18 -06:00
parent 1bdd5c5d05
commit 80cb3303c9
No known key found for this signature in database
4 changed files with 6 additions and 6 deletions

6
Cargo.lock generated
View File

@ -3179,7 +3179,7 @@ dependencies = [
[[package]]
name = "kinode"
version = "0.8.0"
version = "0.8.1"
dependencies = [
"aes-gcm",
"alloy",
@ -3249,7 +3249,7 @@ dependencies = [
[[package]]
name = "kinode_lib"
version = "0.8.0"
version = "0.8.1"
dependencies = [
"lib",
]
@ -3369,7 +3369,7 @@ checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
[[package]]
name = "lib"
version = "0.8.0"
version = "0.8.1"
dependencies = [
"alloy-json-rpc 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=05f8162)",
"alloy-rpc-types 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=05f8162)",

View File

@ -1,7 +1,7 @@
[package]
name = "kinode_lib"
authors = ["KinodeDAO"]
version = "0.8.0"
version = "0.8.1"
edition = "2021"
description = "A general-purpose sovereign cloud computing platform"
homepage = "https://kinode.org"

View File

@ -1,7 +1,7 @@
[package]
name = "kinode"
authors = ["KinodeDAO"]
version = "0.8.0"
version = "0.8.1"
edition = "2021"
description = "A general-purpose sovereign cloud computing platform"
homepage = "https://kinode.org"

View File

@ -1,7 +1,7 @@
[package]
name = "lib"
authors = ["KinodeDAO"]
version = "0.8.0"
version = "0.8.1"
edition = "2021"
description = "A general-purpose sovereign cloud computing platform"
homepage = "https://kinode.org"