diff --git a/Cargo.lock b/Cargo.lock index 0f7e8fb..7680745 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -996,7 +996,7 @@ dependencies = [ [[package]] name = "juicebox-sdk" -version = "0.1.0" +version = "0.1.1" dependencies = [ "argon2", "async-trait", @@ -1029,7 +1029,7 @@ dependencies = [ [[package]] name = "juicebox-sdk-bridge" -version = "0.1.0" +version = "0.1.1" dependencies = [ "async-trait", "juicebox-sdk", @@ -1041,7 +1041,7 @@ dependencies = [ [[package]] name = "juicebox-sdk-core" -version = "0.1.0" +version = "0.1.1" dependencies = [ "blake2", "curve25519-dalek", @@ -1058,7 +1058,7 @@ dependencies = [ [[package]] name = "juicebox-sdk-demo" -version = "0.1.0" +version = "0.1.1" dependencies = [ "clap 4.3.10", "hex", @@ -1071,7 +1071,7 @@ dependencies = [ [[package]] name = "juicebox-sdk-ffi" -version = "0.1.0" +version = "0.1.1" dependencies = [ "async-trait", "cbindgen", @@ -1086,7 +1086,7 @@ dependencies = [ [[package]] name = "juicebox-sdk-jni" -version = "0.1.0" +version = "0.1.1" dependencies = [ "async-trait", "cbindgen", @@ -1101,7 +1101,7 @@ dependencies = [ [[package]] name = "juicebox-sdk-marshalling" -version = "0.1.0" +version = "0.1.1" dependencies = [ "ciborium", "serde", @@ -1109,7 +1109,7 @@ dependencies = [ [[package]] name = "juicebox-sdk-networking" -version = "0.1.0" +version = "0.1.1" dependencies = [ "async-trait", "http", @@ -1126,7 +1126,7 @@ dependencies = [ [[package]] name = "juicebox-sdk-noise" -version = "0.1.0" +version = "0.1.1" dependencies = [ "blake2", "chacha20poly1305", @@ -1144,7 +1144,7 @@ dependencies = [ [[package]] name = "juicebox-sdk-process-group" -version = "0.1.0" +version = "0.1.1" dependencies = [ "libc", "nix", @@ -1153,7 +1153,7 @@ dependencies = [ [[package]] name = "juicebox-sdk-realm-auth" -version = "0.1.0" +version = "0.1.1" dependencies = [ "hex", "jsonwebtoken", @@ -1164,7 +1164,7 @@ dependencies = [ [[package]] name = "juicebox-sdk-secret-sharing" -version = "0.1.0" +version = "0.1.1" dependencies = [ "curve25519-dalek", "itertools", @@ -1175,7 +1175,7 @@ dependencies = [ [[package]] name = "juicebox-sdk-software-realm" -version = "0.1.0" +version = "0.1.1" dependencies = [ "hex", "juicebox-sdk-core", @@ -1187,7 +1187,7 @@ dependencies = [ [[package]] name = "juicebox-sdk-tokens" -version = "0.1.0" +version = "0.1.1" dependencies = [ "clap 4.3.10", "hex", @@ -1199,7 +1199,7 @@ dependencies = [ [[package]] name = "juicebox-sdk-wasm" -version = "0.1.0" +version = "0.1.1" dependencies = [ "async-trait", "console_error_panic_hook", diff --git a/Cargo.toml b/Cargo.toml index e2de463..f1f4fb4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,23 +20,23 @@ default-members = ["rust/sdk/client"] resolver = "2" [workspace.package] -version = "0.1.0" +version = "0.1.1" license = "MIT" [workspace.dependencies] -juicebox-sdk = { path = "rust/sdk/client", version = "0.1.0" } -juicebox-sdk-core = { path = "rust/sdk/core", version = "0.1.0" } -juicebox-sdk-marshalling = { path = "rust/sdk/marshalling", version = "0.1.0" } -juicebox-sdk-networking = { path = "rust/sdk/networking", version = "0.1.0" } -juicebox-sdk-noise = { path = "rust/sdk/noise", version = "0.1.0" } -juicebox-sdk-process-group = { path = "rust/sdk/process_group", version = "0.1.0" } -juicebox-sdk-realm-auth = { path = "rust/sdk/realm_auth", version = "0.1.0" } -juicebox-sdk-secret-sharing = { path = "rust/sdk/secret_sharing", version = "0.1.0" } -juicebox-sdk-software-realm = { path = "rust/sdk/software_realm", version = "0.1.0" } -juicebox-sdk-bridge = { path = "rust/bridge/common", version = "0.1.0" } -juicebox-sdk-ffi = { path = "rust/bridge/ffi", version = "0.1.0" } -juicebox-sdk-jni = { path = "rust/bridge/jni", version = "0.1.0" } -juicebox-sdk-wasm = { path = "rust/bridge/wasm", version = "0.1.0" } +juicebox-sdk = { path = "rust/sdk/client", version = "0.1.1" } +juicebox-sdk-core = { path = "rust/sdk/core", version = "0.1.1" } +juicebox-sdk-marshalling = { path = "rust/sdk/marshalling", version = "0.1.1" } +juicebox-sdk-networking = { path = "rust/sdk/networking", version = "0.1.1" } +juicebox-sdk-noise = { path = "rust/sdk/noise", version = "0.1.1" } +juicebox-sdk-process-group = { path = "rust/sdk/process_group", version = "0.1.1" } +juicebox-sdk-realm-auth = { path = "rust/sdk/realm_auth", version = "0.1.1" } +juicebox-sdk-secret-sharing = { path = "rust/sdk/secret_sharing", version = "0.1.1" } +juicebox-sdk-software-realm = { path = "rust/sdk/software_realm", version = "0.1.1" } +juicebox-sdk-bridge = { path = "rust/bridge/common", version = "0.1.1" } +juicebox-sdk-ffi = { path = "rust/bridge/ffi", version = "0.1.1" } +juicebox-sdk-jni = { path = "rust/bridge/jni", version = "0.1.1" } +juicebox-sdk-wasm = { path = "rust/bridge/wasm", version = "0.1.1" } argon2 = "0.5.0" async-trait = "0.1.64" diff --git a/JuiceboxSdk.podspec b/JuiceboxSdk.podspec index 3e2cf87..f40ed6b 100644 --- a/JuiceboxSdk.podspec +++ b/JuiceboxSdk.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |s| s.name = 'JuiceboxSdk' s.license = 'MIT' s.author = { 'Nora Trapp' => 'nora@juicebox.me' } - s.version = '0.1.0' + s.version = '0.1.1' s.summary = 'A Swift wrapper library for interfacing with the Juicebox service.' s.homepage = 'https://github.com/juicebox-systems/juicebox-sdk' diff --git a/android/README.md b/android/README.md index 108e809..3aafe03 100644 --- a/android/README.md +++ b/android/README.md @@ -15,7 +15,7 @@ repositories { } dependencies { - implementation 'xyz.juicebox:sdk:0.1.0' + implementation 'xyz.juicebox:sdk:0.1.1' } ``` @@ -25,7 +25,7 @@ dependencies { xyz.juicebox sdk - 0.1.0 + 0.1.1 ``` diff --git a/android/build.gradle b/android/build.gradle index 248d3c8..bd06000 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -67,7 +67,8 @@ preBuild { def getVersionName() { try { - return hasProperty('versionString') ? versionString : 'git describe --tags --exact-match'.execute().text.trim() + return hasProperty('versionString') ? versionString + : 'git describe --tags --exact-match'.execute().text.trim() } catch (Exception e) { throw new GradleException("Git tag not found. Please make sure you have tagged your commit.") } diff --git a/rust/README.md b/rust/README.md index 460749d..9bb3f67 100644 --- a/rust/README.md +++ b/rust/README.md @@ -17,13 +17,13 @@ cargo add juicebox-sdk Or add the following line to your Cargo.toml: ``` -juicebox-sdk = "0.1.0" +juicebox-sdk = "0.1.1" ``` Additionally, you may wish to enable the `tokio` or `reqwest` [features](#features) to simplify usage: ``` -juicebox-sdk = { version = "0.1.0", features = ["tokio", "reqwest"] } +juicebox-sdk = { version = "0.1.1", features = ["tokio", "reqwest"] } ``` ### Usage