Skip to content

Commit 3a57134

Browse files
authored
chore: update version to alpha.10 (#785)
1 parent 86fed1a commit 3a57134

File tree

20 files changed

+20
-20
lines changed

20 files changed

+20
-20
lines changed

.github/workflows/releng.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
tag:
77
description: 'Tag to publish to NPM'
88
required: true
9-
default: 'v0.1.0-alpha.9'
9+
default: 'v0.1.0-alpha.10'
1010

1111
jobs:
1212
release:

crates/common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "tlsn-common"
33
description = "Common code shared between tlsn-prover and tlsn-verifier"
4-
version = "0.1.0-alpha.10-pre"
4+
version = "0.1.0-alpha.10"
55
edition = "2021"
66

77
[features]

crates/components/cipher/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "This crate provides implementations of ciphers for two parties"
55
keywords = ["tls", "mpc", "2pc", "aes"]
66
categories = ["cryptography"]
77
license = "MIT OR Apache-2.0"
8-
version = "0.1.0-alpha.10-pre"
8+
version = "0.1.0-alpha.10"
99
edition = "2021"
1010

1111
[lib]

crates/components/deap/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tlsn-deap"
3-
version = "0.1.0-alpha.10-pre"
3+
version = "0.1.0-alpha.10"
44
edition = "2021"
55

66
[dependencies]

crates/components/hmac-sha256-circuits/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "The 2PC circuits for TLS HMAC-SHA256 PRF"
55
keywords = ["tls", "mpc", "2pc", "hmac", "sha256"]
66
categories = ["cryptography"]
77
license = "MIT OR Apache-2.0"
8-
version = "0.1.0-alpha.10-pre"
8+
version = "0.1.0-alpha.10"
99
edition = "2021"
1010

1111
[lib]

crates/components/hmac-sha256/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "A 2PC implementation of TLS HMAC-SHA256 PRF"
55
keywords = ["tls", "mpc", "2pc", "hmac", "sha256"]
66
categories = ["cryptography"]
77
license = "MIT OR Apache-2.0"
8-
version = "0.1.0-alpha.10-pre"
8+
version = "0.1.0-alpha.10"
99
edition = "2021"
1010

1111
[lib]

crates/components/key-exchange/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "Implementation of the 3-party key-exchange protocol"
55
keywords = ["tls", "mpc", "2pc", "pms", "key-exchange"]
66
categories = ["cryptography"]
77
license = "MIT OR Apache-2.0"
8-
version = "0.1.0-alpha.10-pre"
8+
version = "0.1.0-alpha.10"
99
edition = "2021"
1010

1111
[lib]

crates/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "Core types for TLSNotary"
55
keywords = ["tls", "mpc", "2pc", "types"]
66
categories = ["cryptography"]
77
license = "MIT OR Apache-2.0"
8-
version = "0.1.0-alpha.10-pre"
8+
version = "0.1.0-alpha.10"
99
edition = "2021"
1010

1111
[features]

crates/formats/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tlsn-formats"
3-
version = "0.1.0-alpha.10-pre"
3+
version = "0.1.0-alpha.10"
44
edition = "2021"
55

66
[dependencies]

crates/mpc-tls/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "TLSNotary MPC-TLS protocol"
55
keywords = ["tls", "mpc", "2pc"]
66
categories = ["cryptography"]
77
license = "MIT OR Apache-2.0"
8-
version = "0.1.0-alpha.10-pre"
8+
version = "0.1.0-alpha.10"
99
edition = "2021"
1010

1111
[lib]

0 commit comments

Comments
 (0)