aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorhozan23 <hozan23@karyontech.net>2024-05-31 18:55:58 +0200
committerhozan23 <hozan23@karyontech.net>2024-05-31 18:55:58 +0200
commit9dd15eaa392c9f160541fb79505a61b28e56d10a (patch)
treecba7ed9a03760d2a2681230db2651aefc3e2b534 /Cargo.toml
parenta06239ccc5e21fd20182ec3046cf9174ecc58a43 (diff)
bump version to 0.1.1
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 d4c73e1..881c366 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,7 +6,7 @@ members = ["core", "net", "p2p", "jsonrpc"]
[workspace.package]
description = "An infrastructure for peer-to-peer, decentralized, and collaborative software."
-version = "0.1.0"
+version = "0.1.1"
edition = "2021"
homepage = "https://karyontech.net"
repository = "https://github.com/karyontech/karyon"