Skip to content

Commit

Permalink
build: release v1.0.0-pre.6+v1-schemafix-003
Browse files Browse the repository at this point in the history
  • Loading branch information
beltram authored and OtaK committed Nov 8, 2023
1 parent c938f10 commit b4ff60a
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 12 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-002"
version = "1.0.0-pre.6+v1-schemafix-003"
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-002"
version = "1.0.0-pre.6+v1-schemafix-003"
edition = "2021"
license = "GPL-3.0-only"
publish = false
Expand Down
5 changes: 1 addition & 4 deletions 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-002"
version = "1.0.0-pre.6+v1-schemafix-003"
edition = "2021"
license = "GPL-3.0-only"
publish = false
Expand Down Expand Up @@ -45,9 +45,6 @@ zeroize = "1.5"
wire-e2e-identity = { version = "0.4", default-features = false }
indexmap = "2"

# TODO: remove when coarsetime > 0.1.28 released
coarsetime = "=0.1.23"

[dependencies.proteus-wasm]
version = "2.0"
features = ["hazmat"]
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-002"
version = "1.0.0-pre.6+v1-schemafix-003"
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-002"
version = "1.0.0-pre.6+v1-schemafix-003"
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-002"
version = "1.0.0-pre.6+v1-schemafix-003"
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-002"
version = "1.0.0-pre.6+v1-schemafix-003"

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-002"
version = "1.0.0-pre.6+v1-schemafix-003"
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-002",
"version": "1.0.0-pre.6+v1-schemafix-003",
"description": "CoreCrypto bindings for the Web",
"type": "module",
"module": "platforms/web/corecrypto.js",
Expand Down

0 comments on commit b4ff60a

Please sign in to comment.