Skip to content

Commit

Permalink
Update version to 1.0.4 (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
panktip15 authored Aug 28, 2019
1 parent e9e4619 commit a011112
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "client",
"version": "1.0.3",
"version": "1.0.4",
"private": true,
"dependencies": {
"axios": "^0.18.0",
Expand Down
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:

server:
build: ./server
image: plaidinc/pattern-server:1.0.3
image: plaidinc/pattern-server:1.0.4
ports:
- 5000:5000
environment:
Expand All @@ -38,7 +38,7 @@ services:

ngrok:
build: ./ngrok
image: plaidinc/pattern-ngrok:1.0.3
image: plaidinc/pattern-ngrok:1.0.4
command: ["ngrok", "http", "server:5000"]
ports:
- 4040:4040
Expand All @@ -47,7 +47,7 @@ services:

client:
build: ./client
image: plaidinc/pattern-client:1.0.3
image: plaidinc/pattern-client:1.0.4
ports:
- 3000:3000
environment:
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "server",
"version": "1.0.3",
"version": "1.0.4",
"private": true,
"scripts": {
"start": "node index.js",
Expand Down

0 comments on commit a011112

Please sign in to comment.