update version to 0.4.0-rc3

This commit is contained in:
Roei Erez
2024-10-14 11:45:16 +03:00
parent 63d9305acd
commit 31fcfaa3db
15 changed files with 17 additions and 17 deletions

View File

@@ -139,7 +139,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionName "0.4.0-rc2"
versionName "0.4.0-rc3"
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-rc2",
"version": "0.4.0-rc3",
"private": true,
"scripts": {
"clean": "rm -rf /tmp/metro-* && yarn start --reset-cache",