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