mirror of
https://github.com/aljazceru/breez-sdk-liquid.git
synced 2025-12-18 22:44:22 +01:00
update version to 0.2.1
This commit is contained in:
4
cli/Cargo.lock
generated
4
cli/Cargo.lock
generated
@@ -514,7 +514,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "breez-liquid-cli"
|
||||
version = "0.2.0"
|
||||
version = "0.2.1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"bip39",
|
||||
@@ -530,7 +530,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "breez-sdk-liquid"
|
||||
version = "0.2.0"
|
||||
version = "0.2.1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"async-trait",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "breez-liquid-cli"
|
||||
edition = "2021"
|
||||
version = "0.2.0"
|
||||
version = "0.2.1"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
|
||||
6
lib/Cargo.lock
generated
6
lib/Cargo.lock
generated
@@ -440,7 +440,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "bindings-react-native"
|
||||
version = "0.2.0"
|
||||
version = "0.2.1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"askama 0.11.1",
|
||||
@@ -634,7 +634,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "breez-sdk-liquid"
|
||||
version = "0.2.0"
|
||||
version = "0.2.1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"async-trait",
|
||||
@@ -675,7 +675,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "breez-sdk-liquid-bindings"
|
||||
version = "0.2.0"
|
||||
version = "0.2.1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"breez-sdk-liquid",
|
||||
|
||||
@@ -28,7 +28,7 @@ members = [
|
||||
resolver = "2"
|
||||
|
||||
[workspace.package]
|
||||
version = "0.2.0"
|
||||
version = "0.2.1"
|
||||
|
||||
[workspace.dependencies]
|
||||
anyhow = "1.0"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name: scripts
|
||||
description: Supporting scripts
|
||||
version: 0.2.0
|
||||
version: 0.2.1
|
||||
homepage: https://breez.technology
|
||||
repository: https://github.com/breez/breez-sdk-liquid
|
||||
publish_to: none
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "bindings-react-native"
|
||||
version = "0.2.0"
|
||||
version = "0.2.1"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name: breez_liquid
|
||||
description: Dart bindings for the Breez Liquid SDK
|
||||
version: 0.2.0
|
||||
version: 0.2.1
|
||||
homepage: https://breez.technology
|
||||
repository: https://github.com/breez/breez-sdk-liquid-dart
|
||||
publish_to: 'none'
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
// The Android Gradle Plugin builds the native code with the Android NDK.
|
||||
|
||||
group 'com.example.flutter_breez_liquid'
|
||||
version '0.2.0'
|
||||
version '0.2.1'
|
||||
|
||||
buildscript {
|
||||
repositories {
|
||||
|
||||
@@ -39,7 +39,7 @@ packages:
|
||||
path: "../../dart"
|
||||
relative: true
|
||||
source: path
|
||||
version: "0.2.0"
|
||||
version: "0.2.1"
|
||||
build_cli_annotations:
|
||||
dependency: transitive
|
||||
description:
|
||||
@@ -139,7 +139,7 @@ packages:
|
||||
path: ".."
|
||||
relative: true
|
||||
source: path
|
||||
version: "0.2.0"
|
||||
version: "0.2.1"
|
||||
flutter_lints:
|
||||
dependency: "direct dev"
|
||||
description:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
name: flutter_breez_liquid_example
|
||||
description: Demonstrates how to use the flutter_breez_liquid plugin.
|
||||
publish_to: 'none'
|
||||
version: 0.2.0
|
||||
version: 0.2.1
|
||||
|
||||
environment:
|
||||
sdk: '>=3.4.0 <4.0.0'
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name: flutter_breez_liquid
|
||||
description: Flutter wrapper around Dart bindings for the Breez Liquid SDK
|
||||
version: 0.2.0
|
||||
version: 0.2.1
|
||||
homepage: https://breez.technology
|
||||
repository: https://github.com/breez/breez-sdk-liquid-flutter
|
||||
publish_to: 'none'
|
||||
|
||||
@@ -139,7 +139,7 @@ android {
|
||||
minSdkVersion rootProject.ext.minSdkVersion
|
||||
targetSdkVersion rootProject.ext.targetSdkVersion
|
||||
versionCode 1
|
||||
versionName "0.2.0"
|
||||
versionName "0.2.1"
|
||||
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()
|
||||
|
||||
if (isNewArchitectureEnabled()) {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "react-native-breez-sdk-liquid-example",
|
||||
"version": "0.2.0",
|
||||
"version": "0.2.1",
|
||||
"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.2.0",
|
||||
"@breeztech/react-native-breez-sdk-liquid": "0.2.1",
|
||||
"@dreson4/react-native-quick-bip39": "^0.0.5",
|
||||
"react": "18.1.0",
|
||||
"react-native": "0.70.15",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@breeztech/react-native-breez-sdk-liquid",
|
||||
"version": "0.2.0",
|
||||
"version": "0.2.1",
|
||||
"description": "React Native Breez Liquid SDK",
|
||||
"repository": "https://github.com/breez/breez-sdk-liquid",
|
||||
"author": "Breez <contact@breez.technology> (https://github.com/breez)",
|
||||
|
||||
Reference in New Issue
Block a user