Skip to content

Commit 5074a55

Browse files
committed
chore: bump version
1 parent a03cb38 commit 5074a55

File tree

8 files changed

+13
-13
lines changed

8 files changed

+13
-13
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ members = [
1010
]
1111

1212
[workspace.dependencies]
13-
hakanai-lib = { path = "lib", version = "2.20.2" }
13+
hakanai-lib = { path = "lib", version = "2.20.3" }
1414

1515
[profile.release]
1616
opt-level = "z"

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[package]
44
name = "hakanai"
5-
version = "2.20.2"
5+
version = "2.20.3"
66
edition = "2024"
77
license = "Apache-2.0"
88
description = "CLI client for Hakanai, a secure secret sharing service."

helm/hakanai/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: hakanai
33
description: A minimalist one-time secret sharing service implementing zero-knowledge principles
44
type: application
5-
version: 0.14.1
6-
appVersion: "v2.20.2"
5+
version: 0.14.2
6+
appVersion: "v2.20.3"
77
keywords:
88
- secret-sharing
99
- zero-knowledge

lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[package]
44
name = "hakanai-lib"
5-
version = "2.20.2"
5+
version = "2.20.3"
66
edition = "2024"
77
license = "Apache-2.0"
88
description = "Client library for Hakanai, a secure secret sharing service."

server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[package]
44
name = "hakanai-server"
5-
version = "2.20.2"
5+
version = "2.20.3"
66
edition = "2024"
77
license = "Apache-2.0"
88
description = "Server for Hakanai, a secure secret sharing service."

wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[package]
44
name = "hakanai-wasm"
5-
version = "2.20.2"
5+
version = "2.20.3"
66
edition = "2024"
77
license = "Apache-2.0"
88
description = "WASM module for Hakanai QR code generation"

workspace.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
version = "2.20.2";
3-
cargoHash = "sha256-MVi4uPuMwiNiP6h/LzhwhTweLuJ63zgDPQf1Rt0sZb4=";
2+
version = "2.20.3";
3+
cargoHash = "sha256-+R8ebJoUD55013fnHnA/LHKUTmbhsF8H+DvPwHPxg5s=";
44
}

0 commit comments

Comments
 (0)