Skip to content

Commit

Permalink
build: release 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FullOfOrange committed Dec 18, 2019
1 parent 4c3b61a commit 83bbf91
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ services:
- docker
env:
global:
- FE_IMAGE_TAG=0.5.0
- BE_IMAGE_TAG=0.5.0
- RESERVE_IMAGE_TAG=0.5.0
- FE_IMAGE_TAG=0.5.1
- BE_IMAGE_TAG=0.5.1
- RESERVE_IMAGE_TAG=0.5.1
- FE_IMAGE_NAME=bu-front
- BE_IMAGE_NAME=bu-back
- RESERVE_IMAGE_NAME=bu-reserve
Expand Down
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": "0.5.0",
"version": "0.5.1",
"private": true,
"scripts": {
"start": "react-scripts start",
Expand Down
2 changes: 1 addition & 1 deletion reserve-server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "reserve-server",
"private": true,
"version": "0.5.0",
"version": "0.5.1",
"main": "index.js",
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "server",
"private": true,
"version": "0.5.0",
"version": "0.5.1",
"main": "index.js",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit 83bbf91

Please sign in to comment.