aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorhozan23 <hozan23@karyontech.net>2024-06-13 15:28:44 +0200
committerhozan23 <hozan23@karyontech.net>2024-06-13 15:28:44 +0200
commit60a947f6e857f0aa5ae5e8c3b0a183577f74a9f4 (patch)
tree83ded9922f9a5533c7caadb7982896c1375a1998 /Cargo.toml
parent1c27f751c30196e2c421ae420dacbc4ff25f0fc7 (diff)
bump version to 0.1.2
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a74b9a3..d06ab54 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,7 +6,7 @@ members = ["core", "net", "p2p", "jsonrpc"]
[workspace.package]
description = "A library for building p2p, decentralized, and collaborative software"
-version = "0.1.1"
+version = "0.1.2"
edition = "2021"
homepage = "https://karyontech.net"
repository = "https://github.com/karyontech/karyon"