v0.4.7
This commit is contained in:
parent
72aa95ca97
commit
9c42f867e9
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@mancala/backend",
|
||||
"version": "0.4.6",
|
||||
"version": "0.4.7",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
||||
@ -4,6 +4,6 @@ services:
|
||||
ports:
|
||||
- "5000:6000"
|
||||
frontend:
|
||||
image: jhalitaksoy/mancala-frontend:latest
|
||||
image: jhalitaksoy/mancala-frontend:0.4.7
|
||||
ports:
|
||||
- "3000:3000"
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@mancala/frontend",
|
||||
"version": "0.4.6",
|
||||
"version": "0.4.7",
|
||||
"description": "Mancala Game Frontend",
|
||||
"scripts": {
|
||||
"dev": "parcel src/index.html",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@mancala/mobile",
|
||||
"version": "0.4.6",
|
||||
"version": "0.4.7",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"android": "react-native run-android",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user