Skip to content

Commit 1c34fc4

Browse files
build: release 9.1.0
1 parent 3e7a24c commit 1c34fc4

File tree

11 files changed

+18
-18
lines changed

11 files changed

+18
-18
lines changed

Cargo.lock

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

crypto-ffi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "core-crypto-ffi"
33
description = "Platform-specific bindings (Android, iOS, WASM) for CoreCrypto"
44
repository = "https://github.com/wireapp/core-crypto"
5-
version = "9.0.1"
5+
version = "9.1.0"
66
edition = "2024"
77
license = "GPL-3.0-only"
88
publish = false

crypto-ffi/bindings/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ mavenCentralPublishing=true
2222
mavenCentralAutomaticPublishing=true
2323
signAllPublications=true
2424
GROUP=com.wire
25-
VERSION_NAME=9.0.1
25+
VERSION_NAME=9.1.0
2626
POM_NAME=Core Crypto
2727
POM_DESCRIPTION=MLS/Proteus multiplexer abstraction with encrypted persistent storage in Rust
2828
POM_INCEPTION_YEAR=2022

crypto-ffi/bindings/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wireapp/core-crypto",
3-
"version": "9.0.1",
3+
"version": "9.1.0",
44
"author": "Wire CoreCrypto team <team.corecrypto@wire.com>",
55
"repository": {
66
"type": "git",

crypto-ffi/bindings/swift/BuildSettings.xcconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Configuration settings file format documentation can be found at:
22
// https://help.apple.com/xcode/#/dev745c5c974
33

4-
MARKETING_VERSION=9.0.1
5-
CURRENT_PROJECT_VERSION=9.0.1
4+
MARKETING_VERSION=9.1.0
5+
CURRENT_PROJECT_VERSION=9.1.0
66
DYLIB_CURRENT_VERSION=$(CURRENT_PROJECT_VERSION)
77
DYLIB_COMPATIBILITY_VERSION=$(CURRENT_PROJECT_VERSION)
88
BUILD_LIBRARY_FOR_DISTRIBUTION=YES

crypto-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "core-crypto-macros"
33
description = "Macros for core-crypto"
44
repository = "https://github.com/wireapp/core-crypto"
5-
version = "9.0.1"
5+
version = "9.1.0"
66
edition = "2024"
77
license = "GPL-3.0-only"
88

crypto/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "core-crypto"
33
description = "Abstraction over OpenMLS with persistent keystore"
44
repository = "https://github.com/wireapp/core-crypto"
5-
version = "9.0.1"
5+
version = "9.1.0"
66
edition = "2024"
77
license = "GPL-3.0-only"
88
publish = false

interop/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "interop"
3-
version = "9.0.1"
3+
version = "9.1.0"
44
edition = "2024"
55
license = "GPL-3.0-only"
66

keystore-dump/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "keystore-dump"
33
description = "Dumps a keystore to JSON on stdout"
4-
version = "9.0.1"
4+
version = "9.1.0"
55
edition = "2024"
66
license = "GPL-3.0-only"
77

keystore/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "core-crypto-keystore"
33
description = "Encrypted keystore with support for OpenMLS and Proteus"
44
repository = "https://github.com/wireapp/core-crypto"
5-
version = "9.0.1"
5+
version = "9.1.0"
66
edition = "2024"
77
license = "GPL-3.0-only"
88
publish = false

0 commit comments

Comments
 (0)