This commit is contained in:
Halit Aksoy 2024-04-08 16:58:09 +03:00
parent 5fcc90a55e
commit 164fb016f1
4 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{
"name": "mancala-backend",
"version": "0.4.2",
"version": "0.4.3",
"description": "",
"main": "index.js",
"scripts": {

View File

@ -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",

View File

@ -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 {

View File

@ -1,6 +1,6 @@
{
"name": "mancala_mobile",
"version": "0.4.2",
"version": "0.4.3",
"private": true,
"scripts": {
"android": "react-native run-android",