aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorhozan23 <hozan23@karyontech.net>2024-06-30 04:46:12 +0200
committerhozan23 <hozan23@karyontech.net>2024-06-30 04:46:12 +0200
commit2ec4d4a3c3779dc016c8437891f825a54a805808 (patch)
treec540510abe69348281a169d96621c2e45f3a8640 /Cargo.toml
parenta45bbec25952a15cacb105b536432d6fbe3fb7b1 (diff)
bump version to 0.1.5
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 da8e042..117e29f 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.4"
+version = "0.1.5"
edition = "2021"
homepage = "https://karyontech.net"
repository = "https://github.com/karyontech/karyon"