From 164fb016f17f21c9b3cd332db7db4538604bce2a Mon Sep 17 00:00:00 2001 From: Halit Aksoy Date: Mon, 8 Apr 2024 16:58:09 +0300 Subject: [PATCH] 0.4.3 --- backend/package.json | 2 +- frontend/package.json | 2 +- mobile/android/app/build.gradle | 4 ++-- mobile/package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/package.json b/backend/package.json index 5fbf0d3..e08fd67 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,6 +1,6 @@ { "name": "mancala-backend", - "version": "0.4.2", + "version": "0.4.3", "description": "", "main": "index.js", "scripts": { diff --git a/frontend/package.json b/frontend/package.json index 1104287..ea056bc 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "mancala-frontend", - "version": "0.4.2", + "version": "0.4.3", "description": "Mancala Game Frontend", "scripts": { "dev": "parcel src/index.html", diff --git a/mobile/android/app/build.gradle b/mobile/android/app/build.gradle index a57f6be..c3f9a30 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 3 - versionName "0.4.2" + versionCode 4 + versionName "0.4.3" } signingConfigs { debug { diff --git a/mobile/package.json b/mobile/package.json index e96ac23..3feaf9e 100644 --- a/mobile/package.json +++ b/mobile/package.json @@ -1,6 +1,6 @@ { "name": "mancala_mobile", - "version": "0.4.2", + "version": "0.4.3", "private": true, "scripts": { "android": "react-native run-android",