diff --git a/android/app/build.gradle b/android/app/build.gradle index 47b10f16..46628f86 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 67 - versionName "1.0.64" + versionCode 68 + versionName "1.0.65" 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 f44ec976..6b5f1766 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Holidaily", - "version": "1.0.64", + "version": "1.0.65", "private": true, "scripts": { "android": "react-native run-android",