0.4.2
This commit is contained in:
parent
0ddc275d8f
commit
1a1f77a3bb
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mancala-backend",
|
||||
"version": "0.2.1-alpha.5",
|
||||
"version": "0.4.2",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mancala-frontend",
|
||||
"version": "0.2.1-alpha.3",
|
||||
"version": "0.4.2",
|
||||
"description": "Mancala Game Frontend",
|
||||
"scripts": {
|
||||
"dev": "parcel src/index.html",
|
||||
|
||||
@ -79,8 +79,8 @@ android {
|
||||
applicationId "com.mancala_mobile"
|
||||
minSdkVersion rootProject.ext.minSdkVersion
|
||||
targetSdkVersion rootProject.ext.targetSdkVersion
|
||||
versionCode 2
|
||||
versionName "0.4.1"
|
||||
versionCode 3
|
||||
versionName "0.4.2"
|
||||
}
|
||||
signingConfigs {
|
||||
debug {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mancala_mobile",
|
||||
"version": "0.4.1",
|
||||
"version": "0.4.2",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"android": "react-native run-android",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user