aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorhozan23 <hozan23@karyontech.net>2024-06-15 02:22:33 +0200
committerhozan23 <hozan23@karyontech.net>2024-06-15 03:55:27 +0200
commit2d2925c3e21af8ee8f745aa00c0a59dcd9c95df9 (patch)
treebb8e18a977b5e60579250fcf2bc7e974182392fb /Cargo.toml
parent5bad1b8c6470f504339a742cfa8d213428a5c7f0 (diff)
bump version to 0.1.3
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 d06ab54..866e8e4 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.2"
+version = "0.1.3"
edition = "2021"
homepage = "https://karyontech.net"
repository = "https://github.com/karyontech/karyon"