Skip to content

Commit 45f2a75

Browse files
Merge pull request #142 from shoutem/release/0.14.2
Release/0.14.2
2 parents 2b6d643 + 36f0e79 commit 45f2a75

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

config/services.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ const envValues = {
1111
appBuilder: 'https://builder.dev.sauros.hr',
1212
},
1313
qa: {
14-
host: 'api.qa.sauros.hr',
15-
appBuilder: 'https://builder.qa.sauros.hr',
14+
host: 'api.qa.shoutm.net',
15+
appBuilder: 'https://builder.qa.shoutm.net',
1616
},
1717
local: {
1818
host: process.env.SHOUTEM_CLI_HOST || 'shoutem.local',

package-lock.json

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shoutem/cli",
3-
"version": "0.14.1",
3+
"version": "0.14.2",
44
"description": "Command-line tools for Shoutem applications",
55
"repository": {
66
"type": "git",
@@ -78,7 +78,7 @@
7878
"tmp-promise": "1.0.2",
7979
"universal-analytics": "0.4.13",
8080
"uppercamelcase": "^3.0.0",
81-
"urijs": "1.19.7",
81+
"urijs": "1.19.11",
8282
"uuid": "3.0.1",
8383
"yargonaut": "1.1.2",
8484
"yargs": "6.6.0"

0 commit comments

Comments
 (0)