Skip to content

Commit

Permalink
build: release 1.0.0 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
FullOfOrange committed Dec 22, 2019
1 parent 9bb04f4 commit 7b93bc2
Show file tree
Hide file tree
Showing 5 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 @@ -16,9 +16,9 @@ services:
- docker
env:
global:
- FE_IMAGE_TAG=0.7.0
- BE_IMAGE_TAG=0.7.0
- RESERVE_IMAGE_TAG=0.7.0
- FE_IMAGE_TAG=1.0.0
- BE_IMAGE_TAG=1.0.0
- RESERVE_IMAGE_TAG=1.0.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.7.0",
"version": "1.0.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.7.0",
"version": "1.0.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.7.0",
"version": "1.0.0",
"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.6.1",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit 7b93bc2

Please sign in to comment.