From b6f3c36dfc006bb9ddc0a414ec1338d84f1af090 Mon Sep 17 00:00:00 2001 From: Halit Aksoy Date: Sun, 31 Mar 2024 22:28:00 +0300 Subject: [PATCH] [mobile] update versions to 0.4.1 --- mobile/android/app/build.gradle | 4 ++-- mobile/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mobile/android/app/build.gradle b/mobile/android/app/build.gradle index 17fc8f6..bd24f7e 100644 --- a/mobile/android/app/build.gradle +++ b/mobile/android/app/build.gradle @@ -79,8 +79,8 @@ android { applicationId "com.mancala_mobile" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 1 - versionName "1.0" + versionCode 2 + versionName "0.4.1" } signingConfigs { debug { diff --git a/mobile/package.json b/mobile/package.json index 5c751dd..6220386 100644 --- a/mobile/package.json +++ b/mobile/package.json @@ -1,6 +1,6 @@ { "name": "mancala_mobile", - "version": "0.0.1", + "version": "0.4.1", "private": true, "scripts": { "android": "react-native run-android",