Skip to content

Commit be9a42d

Browse files
test release workflow
1 parent 54519c3 commit be9a42d

File tree

10 files changed

+75
-75
lines changed

10 files changed

+75
-75
lines changed

Cargo.lock

Lines changed: 6 additions & 6 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.9.9-test.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.9.9-test.0
2626
POM_NAME=Core Crypto
2727
POM_DESCRIPTION=MLS/Proteus multiplexer abstraction with encrypted persistent storage in Rust
2828
POM_INCEPTION_YEAR=2022
Lines changed: 60 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -1,62 +1,62 @@
11
{
2-
"name": "@wireapp/core-crypto",
3-
"version": "9.0.1",
4-
"author": "Wire CoreCrypto team <team.corecrypto@wire.com>",
5-
"repository": {
6-
"type": "git",
7-
"url": "git@github.com:wireapp/core-crypto.git"
8-
},
9-
"main": "src/CoreCrypto.ts",
10-
"module": "out/corecrypto.js",
11-
"devDependencies": {
12-
"@eslint/js": "^10.0.1",
13-
"@types/bun": "^1.2.18",
14-
"@types/mocha": "^10.0.10",
15-
"@types/node": "^25.0.3",
16-
"@wdio/browser-runner": "^9.18.1",
17-
"@wdio/cli": "^9.18.1",
18-
"@wdio/logger": "^9.18.0",
19-
"@wdio/mocha-framework": "^9.18.0",
20-
"@wdio/spec-reporter": "^9.18.0",
21-
"@wdio/static-server-service": "^9.18.0",
22-
"dts-bundle-generator": "^9.5.1",
23-
"eslint": "^10.0.0",
24-
"eslint-config-prettier": "^10.1.8",
25-
"eslint-plugin-prettier": "^5.5.1",
26-
"eslint-plugin-wdio": "^9.16.2",
27-
"prettier": "^3.6.2",
28-
"ts-loader": "^9.5.2",
29-
"typedoc": "0.28.17",
30-
"typescript": "^5.8.3",
31-
"typescript-eslint": "^8.37.0",
32-
"uniffi-bindgen-react-native": "github:wireapp/uniffi-bindgen-react-native#97826dbdf89c3c935418690aa9a3e7ca3fb97e08",
33-
"yarn": "^1.22.22"
34-
},
35-
"bugs": {
36-
"url": "https://github.com/wireapp/core-crypto/issues"
37-
},
38-
"description": "CoreCrypto bindings for the Web",
39-
"files": [
40-
"out/corecrypto.js",
41-
"out/corecrypto.d.ts",
42-
"out/autogenerated/wasm-bindgen/index_bg.wasm",
43-
"out/autogenerated/wasm-bindgen/index_bg.wasm.d.ts"
44-
],
45-
"homepage": "https://github.com/wireapp/core-crypto",
46-
"keywords": [
47-
"wire",
48-
"e2ee",
49-
"corecrypto",
50-
"mls",
51-
"proteus"
52-
],
53-
"license": "GPL-3.0",
54-
"publishConfig": {
55-
"access": "public"
56-
},
57-
"trustedDependencies": [
58-
"uniffi-bindgen-react-native"
59-
],
60-
"type": "module",
61-
"types": "out/corecrypto.d.ts"
2+
"name": "@wireapp/core-crypto",
3+
"version": "9.9.9-test.0",
4+
"author": "Wire CoreCrypto team <team.corecrypto@wire.com>",
5+
"repository": {
6+
"type": "git",
7+
"url": "git@github.com:wireapp/core-crypto.git"
8+
},
9+
"main": "src/CoreCrypto.ts",
10+
"module": "out/corecrypto.js",
11+
"devDependencies": {
12+
"@eslint/js": "^10.0.1",
13+
"@types/bun": "^1.2.18",
14+
"@types/mocha": "^10.0.10",
15+
"@types/node": "^25.0.3",
16+
"@wdio/browser-runner": "^9.18.1",
17+
"@wdio/cli": "^9.18.1",
18+
"@wdio/logger": "^9.18.0",
19+
"@wdio/mocha-framework": "^9.18.0",
20+
"@wdio/spec-reporter": "^9.18.0",
21+
"@wdio/static-server-service": "^9.18.0",
22+
"dts-bundle-generator": "^9.5.1",
23+
"eslint": "^10.0.0",
24+
"eslint-config-prettier": "^10.1.8",
25+
"eslint-plugin-prettier": "^5.5.1",
26+
"eslint-plugin-wdio": "^9.16.2",
27+
"prettier": "^3.6.2",
28+
"ts-loader": "^9.5.2",
29+
"typedoc": "0.28.17",
30+
"typescript": "^5.8.3",
31+
"typescript-eslint": "^8.37.0",
32+
"uniffi-bindgen-react-native": "github:wireapp/uniffi-bindgen-react-native#97826dbdf89c3c935418690aa9a3e7ca3fb97e08",
33+
"yarn": "^1.22.22"
34+
},
35+
"bugs": {
36+
"url": "https://github.com/wireapp/core-crypto/issues"
37+
},
38+
"description": "CoreCrypto bindings for the Web",
39+
"files": [
40+
"out/corecrypto.js",
41+
"out/corecrypto.d.ts",
42+
"out/autogenerated/wasm-bindgen/index_bg.wasm",
43+
"out/autogenerated/wasm-bindgen/index_bg.wasm.d.ts"
44+
],
45+
"homepage": "https://github.com/wireapp/core-crypto",
46+
"keywords": [
47+
"wire",
48+
"e2ee",
49+
"corecrypto",
50+
"mls",
51+
"proteus"
52+
],
53+
"license": "GPL-3.0",
54+
"publishConfig": {
55+
"access": "public"
56+
},
57+
"trustedDependencies": [
58+
"uniffi-bindgen-react-native"
59+
],
60+
"type": "module",
61+
"types": "out/corecrypto.d.ts"
6262
}

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.9.9-test.0
5+
CURRENT_PROJECT_VERSION=9.9.9-test.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.9.9-test.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.9.9-test.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.9.9-test.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.9.9-test.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.9.9-test.0"
66
edition = "2024"
77
license = "GPL-3.0-only"
88
publish = false

0 commit comments

Comments
 (0)