update versions to 0.1.4

This commit is contained in:
Roei Erez
2024-07-22 15:18:02 +03:00
parent 8ac220275e
commit ad0bad1431
13 changed files with 17 additions and 17 deletions

4
cli/Cargo.lock generated
View File

@@ -514,7 +514,7 @@ dependencies = [
[[package]] [[package]]
name = "breez-liquid-cli" name = "breez-liquid-cli"
version = "0.1.3-rc2" version = "0.1.4"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"bip39", "bip39",
@@ -530,7 +530,7 @@ dependencies = [
[[package]] [[package]]
name = "breez-sdk-liquid" name = "breez-sdk-liquid"
version = "0.1.3-rc2" version = "0.1.4"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"async-trait", "async-trait",

View File

@@ -1,7 +1,7 @@
[package] [package]
name = "breez-liquid-cli" name = "breez-liquid-cli"
edition = "2021" edition = "2021"
version = "0.1.3-rc2" version = "0.1.4"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

6
lib/Cargo.lock generated
View File

@@ -440,7 +440,7 @@ dependencies = [
[[package]] [[package]]
name = "bindings-react-native" name = "bindings-react-native"
version = "0.1.3-rc2" version = "0.1.4"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"askama 0.11.1", "askama 0.11.1",
@@ -634,7 +634,7 @@ dependencies = [
[[package]] [[package]]
name = "breez-sdk-liquid" name = "breez-sdk-liquid"
version = "0.1.3-rc2" version = "0.1.4"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"async-trait", "async-trait",
@@ -675,7 +675,7 @@ dependencies = [
[[package]] [[package]]
name = "breez-sdk-liquid-bindings" name = "breez-sdk-liquid-bindings"
version = "0.1.3-rc2" version = "0.1.4"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"breez-sdk-liquid", "breez-sdk-liquid",

View File

@@ -28,7 +28,7 @@ members = [
resolver = "2" resolver = "2"
[workspace.package] [workspace.package]
version = "0.1.3-rc2" version = "0.1.4"
[workspace.dependencies] [workspace.dependencies]
anyhow = "1.0" anyhow = "1.0"

View File

@@ -1,6 +1,6 @@
name: scripts name: scripts
description: Supporting scripts description: Supporting scripts
version: 0.1.3-rc2 version: 0.1.4
homepage: https://breez.technology homepage: https://breez.technology
repository: https://github.com/breez/breez-sdk-liquid repository: https://github.com/breez/breez-sdk-liquid
publish_to: none publish_to: none

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "bindings-react-native" name = "bindings-react-native"
version = "0.1.3-rc2" version = "0.1.4"
edition = "2021" edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View File

@@ -1,6 +1,6 @@
name: breez_liquid name: breez_liquid
description: Dart bindings for the Breez Liquid SDK description: Dart bindings for the Breez Liquid SDK
version: 0.1.3-rc2 version: 0.1.4
homepage: https://breez.technology homepage: https://breez.technology
repository: https://github.com/breez/breez-sdk-liquid-dart repository: https://github.com/breez/breez-sdk-liquid-dart
publish_to: 'none' publish_to: 'none'

View File

@@ -1,7 +1,7 @@
// The Android Gradle Plugin builds the native code with the Android NDK. // The Android Gradle Plugin builds the native code with the Android NDK.
group 'com.example.flutter_breez_liquid' group 'com.example.flutter_breez_liquid'
version '0.1.3-rc2' version '0.1.4'
buildscript { buildscript {
repositories { repositories {

View File

@@ -1,7 +1,7 @@
name: flutter_breez_liquid_example name: flutter_breez_liquid_example
description: Demonstrates how to use the flutter_breez_liquid plugin. description: Demonstrates how to use the flutter_breez_liquid plugin.
publish_to: 'none' publish_to: 'none'
version: 0.1.3-rc2 version: 0.1.4
environment: environment:
sdk: '>=3.4.0 <4.0.0' sdk: '>=3.4.0 <4.0.0'

View File

@@ -1,6 +1,6 @@
name: flutter_breez_liquid name: flutter_breez_liquid
description: Flutter wrapper around Dart bindings for the Breez Liquid SDK description: Flutter wrapper around Dart bindings for the Breez Liquid SDK
version: 0.1.3-rc2 version: 0.1.4
homepage: https://breez.technology homepage: https://breez.technology
repository: https://github.com/breez/breez-sdk-liquid-flutter repository: https://github.com/breez/breez-sdk-liquid-flutter
publish_to: 'none' publish_to: 'none'

View File

@@ -139,7 +139,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1 versionCode 1
versionName "0.1.3-rc2" versionName "0.1.4"
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString() buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()
if (isNewArchitectureEnabled()) { if (isNewArchitectureEnabled()) {

View File

@@ -1,6 +1,6 @@
{ {
"name": "react-native-breez-sdk-liquid-example", "name": "react-native-breez-sdk-liquid-example",
"version": "0.1.3-rc2", "version": "0.1.4",
"private": true, "private": true,
"scripts": { "scripts": {
"clean": "rm -rf /tmp/metro-* && yarn start --reset-cache", "clean": "rm -rf /tmp/metro-* && yarn start --reset-cache",
@@ -13,7 +13,7 @@
"rebuild": "rm -rf node_modules && yarn && yarn pods" "rebuild": "rm -rf node_modules && yarn && yarn pods"
}, },
"dependencies": { "dependencies": {
"@breeztech/react-native-breez-sdk-liquid": "0.1.3-rc2", "@breeztech/react-native-breez-sdk-liquid": "0.1.4",
"@dreson4/react-native-quick-bip39": "^0.0.5", "@dreson4/react-native-quick-bip39": "^0.0.5",
"react": "18.1.0", "react": "18.1.0",
"react-native": "0.70.15", "react-native": "0.70.15",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@breeztech/react-native-breez-sdk-liquid", "name": "@breeztech/react-native-breez-sdk-liquid",
"version": "0.1.3-rc2", "version": "0.1.4",
"description": "React Native Breez Liquid SDK", "description": "React Native Breez Liquid SDK",
"repository": "https://github.com/breez/breez-sdk-liquid", "repository": "https://github.com/breez/breez-sdk-liquid",
"author": "Breez <contact@breez.technology> (https://github.com/breez)", "author": "Breez <contact@breez.technology> (https://github.com/breez)",