Skip to content

Commit

Permalink
build: release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FullOfOrange committed Dec 19, 2019
1 parent 3727bf7 commit 566b2cb
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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.3
- BE_IMAGE_TAG=0.5.3
- RESERVE_IMAGE_TAG=0.5.3
- FE_IMAGE_TAG=0.6.0
- BE_IMAGE_TAG=0.6.0
- RESERVE_IMAGE_TAG=0.6.0
- 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.3",
"version": "0.6.0",
"private": true,
"scripts": {
"start": "react-scripts start",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bookus",
"private": true,
"version": "0.5.3",
"version": "0.6.0",
"main": "index.js",
"license": "MIT",
"workspaces": {
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.3",
"version": "0.6.0",
"main": "index.js",
"license": "MIT",
"scripts": {
Expand Down
Binary file modified secrets.tar.enc
Binary file not shown.
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.3",
"version": "0.6.0",
"main": "index.js",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit 566b2cb

Please sign in to comment.