Skip to content

Commit

Permalink
build: Release v1.0.0-pre.6+v1-schemafix-005
Browse files Browse the repository at this point in the history
  • Loading branch information
OtaK committed Nov 8, 2023
1 parent 4125e1c commit 82d656e
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion crypto-attributes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "core-crypto-attributes"
description = "Macros for core-crypto"
repository = "https://github.com/wireapp/core-crypto"
version = "1.0.0-pre.6+v1-schemafix-004"
version = "1.0.0-pre.6+v1-schemafix-005"
edition = "2021"
license = "GPL-3.0-only"

Expand Down
2 changes: 1 addition & 1 deletion crypto-ffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "1.0.0-pre.6+v1-schemafix-004"
version = "1.0.0-pre.6+v1-schemafix-005"
edition = "2021"
license = "GPL-3.0-only"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion crypto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "core-crypto"
description = "Abstraction over OpenMLS with persistent keystore"
repository = "https://github.com/wireapp/core-crypto"
version = "1.0.0-pre.6+v1-schemafix-004"
version = "1.0.0-pre.6+v1-schemafix-005"
edition = "2021"
license = "GPL-3.0-only"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion interop/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "interop"
version = "1.0.0-pre.6+v1-schemafix-004"
version = "1.0.0-pre.6+v1-schemafix-005"
edition = "2021"
license = "GPL-3.0-only"

Expand Down
2 changes: 1 addition & 1 deletion keystore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "1.0.0-pre.6+v1-schemafix-004"
version = "1.0.0-pre.6+v1-schemafix-005"
edition = "2021"
license = "GPL-3.0-only"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion kotlin/android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ afterEvaluate {
create<MavenPublication>("maven") {
groupId = "com.wire"
artifactId = "core-crypto-android"
version = "1.0.0-pre.6+v1-schemafix-004"
version = "1.0.0-pre.6+v1-schemafix-005"
from(components["release"])
pom {
name.set("core-crypto-android")
Expand Down
2 changes: 1 addition & 1 deletion kotlin/jvm/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ afterEvaluate {
create<MavenPublication>("maven") {
groupId = "com.wire"
artifactId = "core-crypto-jvm"
version = "1.0.0-pre.6+v1-schemafix-004"
version = "1.0.0-pre.6+v1-schemafix-005"

from(components["java"])

Expand Down
2 changes: 1 addition & 1 deletion mls-provider/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "mls-crypto-provider"
description = "MLS Crypto Provider wrapping core-crypto-keystore"
repository = "https://github.com/wireapp/core-crypto"
version = "1.0.0-pre.6+v1-schemafix-004"
version = "1.0.0-pre.6+v1-schemafix-005"
edition = "2021"
license = "GPL-3.0-only"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wireapp/core-crypto",
"version": "1.0.0-pre.6+v1-schemafix-004",
"version": "1.0.0-pre.6+v1-schemafix-005",
"description": "CoreCrypto bindings for the Web",
"type": "module",
"module": "platforms/web/corecrypto.js",
Expand Down

0 comments on commit 82d656e

Please sign in to comment.