diff --git a/Cargo.lock b/Cargo.lock index ff528a3730..73f9be2d20 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -906,7 +906,7 @@ dependencies = [ [[package]] name = "core-crypto" -version = "3.0.0" +version = "3.0.1" dependencies = [ "anyhow", "async-fs", @@ -969,7 +969,7 @@ dependencies = [ [[package]] name = "core-crypto-attributes" -version = "3.0.0" +version = "3.0.1" dependencies = [ "proc-macro2", "quote", @@ -978,7 +978,7 @@ dependencies = [ [[package]] name = "core-crypto-ffi" -version = "3.0.0" +version = "3.0.1" dependencies = [ "async-lock", "async-trait", @@ -1006,7 +1006,7 @@ dependencies = [ [[package]] name = "core-crypto-keystore" -version = "3.0.0" +version = "3.0.1" dependencies = [ "aes-gcm", "async-fs", @@ -2591,7 +2591,7 @@ dependencies = [ [[package]] name = "interop" -version = "3.0.0" +version = "3.0.1" dependencies = [ "async-trait", "base64 0.22.1", @@ -2750,7 +2750,7 @@ dependencies = [ [[package]] name = "keystore-dump" -version = "3.0.0" +version = "3.0.1" dependencies = [ "chrono", "clap", @@ -2949,7 +2949,7 @@ dependencies = [ [[package]] name = "mls-crypto-provider" -version = "3.0.0" +version = "3.0.1" dependencies = [ "aes-gcm", "async-lock", diff --git a/crypto-attributes/Cargo.toml b/crypto-attributes/Cargo.toml index a2175757b2..36097a0f0a 100644 --- a/crypto-attributes/Cargo.toml +++ b/crypto-attributes/Cargo.toml @@ -2,7 +2,7 @@ name = "core-crypto-attributes" description = "Macros for core-crypto" repository = "https://github.com/wireapp/core-crypto" -version = "3.0.0" +version = "3.0.1" edition = "2021" license = "GPL-3.0-only" diff --git a/crypto-ffi/Cargo.toml b/crypto-ffi/Cargo.toml index 2b4cf63c2d..2f7dc6d9c1 100644 --- a/crypto-ffi/Cargo.toml +++ b/crypto-ffi/Cargo.toml @@ -2,7 +2,7 @@ name = "core-crypto-ffi" description = "Platform-specific bindings (Android, iOS, WASM) for CoreCrypto" repository = "https://github.com/wireapp/core-crypto" -version = "3.0.0" +version = "3.0.1" edition = "2021" license = "GPL-3.0-only" publish = false diff --git a/crypto-ffi/bindings/gradle.properties b/crypto-ffi/bindings/gradle.properties index c5d9b67edd..c725c9077e 100644 --- a/crypto-ffi/bindings/gradle.properties +++ b/crypto-ffi/bindings/gradle.properties @@ -15,7 +15,7 @@ kotlin.code.style=official # gradle-maven-publish configuration GROUP=com.wire -VERSION_NAME=3.0.0 +VERSION_NAME=3.0.1 SONATYPE_HOST=DEFAULT SONATYPE_AUTOMATIC_RELEASE=true RELEASE_SIGNING_ENABLED=true diff --git a/crypto/Cargo.toml b/crypto/Cargo.toml index acb48753af..ea5ffa9edb 100644 --- a/crypto/Cargo.toml +++ b/crypto/Cargo.toml @@ -2,7 +2,7 @@ name = "core-crypto" description = "Abstraction over OpenMLS with persistent keystore" repository = "https://github.com/wireapp/core-crypto" -version = "3.0.0" +version = "3.0.1" edition = "2021" license = "GPL-3.0-only" publish = false diff --git a/interop/Cargo.toml b/interop/Cargo.toml index 64a32283f7..af0a61a3e5 100644 --- a/interop/Cargo.toml +++ b/interop/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "interop" -version = "3.0.0" +version = "3.0.1" edition = "2021" license = "GPL-3.0-only" diff --git a/keystore-dump/Cargo.toml b/keystore-dump/Cargo.toml index 6de39ea254..63bac96ff1 100644 --- a/keystore-dump/Cargo.toml +++ b/keystore-dump/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "keystore-dump" description = "Dumps a keystore to JSON on stdout" -version = "3.0.0" +version = "3.0.1" edition = "2021" license = "GPL-3.0-only" diff --git a/keystore/Cargo.toml b/keystore/Cargo.toml index 567d9f13d1..f98dac3f73 100644 --- a/keystore/Cargo.toml +++ b/keystore/Cargo.toml @@ -2,7 +2,7 @@ name = "core-crypto-keystore" description = "Encrypted keystore with support for OpenMLS and Proteus" repository = "https://github.com/wireapp/core-crypto" -version = "3.0.0" +version = "3.0.1" edition = "2021" license = "GPL-3.0-only" publish = false diff --git a/mls-provider/Cargo.toml b/mls-provider/Cargo.toml index 265f3e20da..2e0f0a74a0 100644 --- a/mls-provider/Cargo.toml +++ b/mls-provider/Cargo.toml @@ -2,7 +2,7 @@ name = "mls-crypto-provider" description = "MLS Crypto Provider wrapping core-crypto-keystore" repository = "https://github.com/wireapp/core-crypto" -version = "3.0.0" +version = "3.0.1" edition = "2021" license = "GPL-3.0-only" publish = false diff --git a/package.json b/package.json index a365d4969c..d7292fe35c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wireapp/core-crypto", - "version": "3.0.0", + "version": "3.0.1", "description": "CoreCrypto bindings for the Web", "type": "module", "module": "platforms/web/corecrypto.js",