diff --git a/android/app/build.gradle b/android/app/build.gradle index 46628f86..66411a7d 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -155,8 +155,8 @@ android { applicationId "com.holidaily" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 68 - versionName "1.0.65" + versionCode 69 + versionName "1.0.66" buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString() if (isNewArchitectureEnabled()) { // We configure the CMake build only if you decide to opt-in for the New Architecture. diff --git a/package.json b/package.json index 6b5f1766..5acb5937 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Holidaily", - "version": "1.0.65", + "version": "1.0.66", "private": true, "scripts": { "android": "react-native run-android",