update version to 0.4.0-rc2

This commit is contained in:
Roei Erez
2024-10-14 10:44:14 +03:00
parent c1afb5efa1
commit 63d9305acd
15 changed files with 17 additions and 17 deletions

2
cli/Cargo.lock generated
View File

@@ -575,7 +575,7 @@ dependencies = [
[[package]]
name = "breez-sdk-liquid"
version = "0.4.0-rc1"
version = "0.4.0-rc2"
dependencies = [
"anyhow",
"async-trait",

6
lib/Cargo.lock generated
View File

@@ -479,7 +479,7 @@ dependencies = [
[[package]]
name = "bindings-react-native"
version = "0.4.0-rc1"
version = "0.4.0-rc2"
dependencies = [
"anyhow",
"askama 0.11.1",
@@ -673,7 +673,7 @@ dependencies = [
[[package]]
name = "breez-sdk-liquid"
version = "0.4.0-rc1"
version = "0.4.0-rc2"
dependencies = [
"anyhow",
"async-trait",
@@ -716,7 +716,7 @@ dependencies = [
[[package]]
name = "breez-sdk-liquid-bindings"
version = "0.4.0-rc1"
version = "0.4.0-rc2"
dependencies = [
"anyhow",
"breez-sdk-liquid",

View File

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

View File

@@ -1,6 +1,6 @@
[package]
name = "bindings-react-native"
version = "0.4.0-rc1"
version = "0.4.0-rc2"
edition = "2021"
# 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
description: Dart bindings for the Breez Liquid SDK
version: 0.4.0-rc1
version: 0.4.0-rc2
homepage: https://breez.technology
repository: https://github.com/breez/breez-sdk-liquid-dart
publish_to: 'none'

View File

@@ -1,4 +1,4 @@
version '0.4.0-rc1' // generated; do not edit
version '0.4.0-rc2' // generated; do not edit
group 'com.example.flutter_breez_liquid'
buildscript {

View File

@@ -1,4 +1,4 @@
version '0.4.0-rc1' // generated; do not edit
version '0.4.0-rc2' // generated; do not edit
group 'com.example.flutter_breez_liquid'
buildscript {

View File

@@ -1,4 +1,4 @@
version = '0.4.0-rc1' # generated; do not edit
version = '0.4.0-rc2' # generated; do not edit
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html.
# Run `pod lib lint flutter_breez_liquid.podspec` to validate before publishing.

View File

@@ -1,4 +1,4 @@
version = '0.4.0-rc1' # generated; do not edit
version = '0.4.0-rc2' # generated; do not edit
# We cannot distribute the XCFramework alongside the library directly,
# so we have to fetch the correct version here.

View File

@@ -1,4 +1,4 @@
version = '0.4.0-rc1' # generated; do not edit
version = '0.4.0-rc2' # generated; do not edit
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html.
# Run `pod lib lint flutter_breez_liquid.podspec` to validate before publishing.

View File

@@ -1,4 +1,4 @@
version = '0.4.0-rc1' # generated; do not edit
version = '0.4.0-rc2' # generated; do not edit
# We cannot distribute the XCFramework alongside the library directly,
# so we have to fetch the correct version here.

View File

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

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "react-native-breez-sdk-liquid-example",
"version": "0.4.0-rc1",
"version": "0.4.0-rc2",
"private": true,
"scripts": {
"clean": "rm -rf /tmp/metro-* && yarn start --reset-cache",

View File

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