Skip to content

Commit

Permalink
🔖 Update version to 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nwingt committed Oct 30, 2017
1 parent 32b9214 commit e7e43ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oice-web",
"version": "4.2.0",
"version": "4.3.0",
"description": "oice Frontend",
"main": "/src/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/common/constants/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import {
INTERCOM_APP_ID_TEST,
} from './key';

export const VERSION = '4.2.0';
export const VERSION = '4.3.0';

export const SRV_ENV = process.env.SRV_ENV;
export const IS_CLIENT = process.env.IS_CLIENT;
Expand Down

0 comments on commit e7e43ed

Please sign in to comment.