Skip to content

Commit 2f66673

Browse files
author
Mukul Mehta
committed
v 0.10.0
1 parent 474c422 commit 2f66673

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "mex-alpha",
3-
"productName": "Mex Alpha",
4-
"version": "0.10.0-alpha.8",
2+
"name": "mex",
3+
"productName": "Mex",
4+
"version": "0.10.0",
55
"description": "Mex it to flex it",
66
"main": ".webpack/main",
77
"scripts": {
@@ -184,4 +184,4 @@
184184
"**/@types/react": "^17.0.18",
185185
"**/@types/react-dom": "^17.0.9"
186186
}
187-
}
187+
}

src/config.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"SCOPES": "email openid profile"
88
},
99
"constants": {
10-
"STAGE": "alpha",
10+
"STAGE": "stable",
1111
"USE_API": true,
12-
"MEX_BACKEND_BASE_URL": "https://http-test.workduck.io/mex",
12+
"MEX_BACKEND_BASE_URL": "https://http.workduck.io/mex",
1313
"USER_SERVICE_BASE_URL": "https://http.workduck.io"
1414
}
15-
}
15+
}

0 commit comments

Comments
 (0)