From 938f74d7d184b38ad09ca40d8a2f3b98aa59f93d Mon Sep 17 00:00:00 2001 From: Roei Erez Date: Tue, 16 Jul 2024 09:14:39 +0300 Subject: [PATCH] update version to 0.1.3.rc1 --- cli/Cargo.lock | 4 ++-- cli/Cargo.toml | 2 +- lib/Cargo.lock | 6 +++--- lib/Cargo.toml | 2 +- lib/bindings/langs/flutter/scripts/pubspec.yaml | 2 +- lib/bindings/langs/react-native/Cargo.toml | 2 +- packages/dart/pubspec.yaml | 2 +- packages/flutter/android/build.gradle | 2 +- packages/flutter/example/pubspec.yaml | 2 +- packages/flutter/pubspec.yaml | 2 +- packages/react-native/example/android/app/build.gradle | 2 +- packages/react-native/example/package.json | 6 +++--- packages/react-native/package.json | 4 ++-- 13 files changed, 19 insertions(+), 19 deletions(-) diff --git a/cli/Cargo.lock b/cli/Cargo.lock index d68ac31..8c18c83 100644 --- a/cli/Cargo.lock +++ b/cli/Cargo.lock @@ -514,7 +514,7 @@ dependencies = [ [[package]] name = "breez-liquid-cli" -version = "0.0.1" +version = "0.1.3-rc1" dependencies = [ "anyhow", "bip39", @@ -530,7 +530,7 @@ dependencies = [ [[package]] name = "breez-sdk-liquid" -version = "0.0.1" +version = "0.1.3-rc1" dependencies = [ "anyhow", "async-trait", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 2344e6b..a60e896 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "breez-liquid-cli" edition = "2021" -version = "0.0.1" +version = "0.1.3-rc1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/lib/Cargo.lock b/lib/Cargo.lock index 9094c57..a718bdd 100644 --- a/lib/Cargo.lock +++ b/lib/Cargo.lock @@ -440,7 +440,7 @@ dependencies = [ [[package]] name = "bindings-react-native" -version = "0.0.1" +version = "0.1.3-rc1" dependencies = [ "anyhow", "askama 0.11.1", @@ -634,7 +634,7 @@ dependencies = [ [[package]] name = "breez-sdk-liquid" -version = "0.0.1" +version = "0.1.3-rc1" dependencies = [ "anyhow", "async-trait", @@ -675,7 +675,7 @@ dependencies = [ [[package]] name = "breez-sdk-liquid-bindings" -version = "0.0.1" +version = "0.1.3-rc1" dependencies = [ "anyhow", "breez-sdk-liquid", diff --git a/lib/Cargo.toml b/lib/Cargo.toml index e608cf5..525c54f 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -28,7 +28,7 @@ members = [ resolver = "2" [workspace.package] -version = "0.0.1" +version = "0.1.3-rc1" [workspace.dependencies] anyhow = "1.0" diff --git a/lib/bindings/langs/flutter/scripts/pubspec.yaml b/lib/bindings/langs/flutter/scripts/pubspec.yaml index 80dab91..7e907d1 100644 --- a/lib/bindings/langs/flutter/scripts/pubspec.yaml +++ b/lib/bindings/langs/flutter/scripts/pubspec.yaml @@ -1,6 +1,6 @@ name: scripts description: Supporting scripts -version: 0.0.1 +version: 0.1.3-rc1 homepage: https://breez.technology repository: https://github.com/breez/breez-sdk-liquid publish_to: none diff --git a/lib/bindings/langs/react-native/Cargo.toml b/lib/bindings/langs/react-native/Cargo.toml index 40f2cf7..4da49a7 100644 --- a/lib/bindings/langs/react-native/Cargo.toml +++ b/lib/bindings/langs/react-native/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bindings-react-native" -version = "0.0.1" +version = "0.1.3-rc1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/packages/dart/pubspec.yaml b/packages/dart/pubspec.yaml index 806f7c5..e885ef5 100644 --- a/packages/dart/pubspec.yaml +++ b/packages/dart/pubspec.yaml @@ -1,6 +1,6 @@ name: breez_liquid description: Dart bindings for the Breez Liquid SDK -version: 0.1.0 +version: 0.1.3-rc1 homepage: https://breez.technology repository: https://github.com/breez/breez-sdk-liquid-dart publish_to: 'none' diff --git a/packages/flutter/android/build.gradle b/packages/flutter/android/build.gradle index 762c8e4..c3e4f25 100644 --- a/packages/flutter/android/build.gradle +++ b/packages/flutter/android/build.gradle @@ -1,7 +1,7 @@ // The Android Gradle Plugin builds the native code with the Android NDK. group 'com.example.flutter_breez_liquid' -version '1.0' +version '0.1.3-rc1' buildscript { repositories { diff --git a/packages/flutter/example/pubspec.yaml b/packages/flutter/example/pubspec.yaml index 80cd1fb..92d5b19 100644 --- a/packages/flutter/example/pubspec.yaml +++ b/packages/flutter/example/pubspec.yaml @@ -1,7 +1,7 @@ name: flutter_breez_liquid_example description: Demonstrates how to use the flutter_breez_liquid plugin. publish_to: 'none' -version: 1.0.0+1 +version: 0.1.3-rc1 environment: sdk: '>=3.4.0 <4.0.0' diff --git a/packages/flutter/pubspec.yaml b/packages/flutter/pubspec.yaml index e1d4fa3..462e9ee 100644 --- a/packages/flutter/pubspec.yaml +++ b/packages/flutter/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_breez_liquid description: Flutter wrapper around Dart bindings for the Breez Liquid SDK -version: 0.1.0 +version: 0.1.3-rc1 homepage: https://breez.technology repository: https://github.com/breez/breez-sdk-liquid-flutter publish_to: 'none' diff --git a/packages/react-native/example/android/app/build.gradle b/packages/react-native/example/android/app/build.gradle index 9a66134..58a7613 100644 --- a/packages/react-native/example/android/app/build.gradle +++ b/packages/react-native/example/android/app/build.gradle @@ -139,7 +139,7 @@ android { minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion versionCode 1 - versionName "0.1.0" + versionName "0.1.3-rc1" buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString() if (isNewArchitectureEnabled()) { diff --git a/packages/react-native/example/package.json b/packages/react-native/example/package.json index 966d9fb..5fa8fb6 100644 --- a/packages/react-native/example/package.json +++ b/packages/react-native/example/package.json @@ -1,6 +1,6 @@ { "name": "react-native-breez-sdk-liquid-example", - "version": "0.0.1", + "version": "0.1.3-rc1", "private": true, "scripts": { "clean": "rm -rf /tmp/metro-* && yarn start --reset-cache", @@ -13,7 +13,7 @@ "rebuild": "rm -rf node_modules && yarn && yarn pods" }, "dependencies": { - "@breeztech/react-native-breez-sdk-liquid": "0.1.0-rc1", + "@breeztech/react-native-breez-sdk-liquid": "0.1.3-rc1", "@dreson4/react-native-quick-bip39": "^0.0.5", "react": "18.1.0", "react-native": "0.70.15", @@ -36,4 +36,4 @@ "jest": { "preset": "react-native" } -} +} \ No newline at end of file diff --git a/packages/react-native/package.json b/packages/react-native/package.json index b4f7432..483ddf6 100644 --- a/packages/react-native/package.json +++ b/packages/react-native/package.json @@ -1,6 +1,6 @@ { "name": "@breeztech/react-native-breez-sdk-liquid", - "version": "0.0.1", + "version": "0.1.3-rc1", "description": "React Native Breez Liquid SDK", "repository": "https://github.com/breez/breez-sdk-liquid", "author": "Breez (https://github.com/breez)", @@ -119,4 +119,4 @@ ] ] } -} +} \ No newline at end of file