Skip to content

Commit

Permalink
Merge pull request #142 from shoutem/release/0.14.2
Browse files Browse the repository at this point in the history
Release/0.14.2
  • Loading branch information
Definitely-Not-Vlad authored Jun 15, 2022
2 parents 2b6d643 + 36f0e79 commit 45f2a75
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions config/services.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ const envValues = {
appBuilder: 'https://builder.dev.sauros.hr',
},
qa: {
host: 'api.qa.sauros.hr',
appBuilder: 'https://builder.qa.sauros.hr',
host: 'api.qa.shoutm.net',
appBuilder: 'https://builder.qa.shoutm.net',
},
local: {
host: process.env.SHOUTEM_CLI_HOST || 'shoutem.local',
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shoutem/cli",
"version": "0.14.1",
"version": "0.14.2",
"description": "Command-line tools for Shoutem applications",
"repository": {
"type": "git",
Expand Down Expand Up @@ -78,7 +78,7 @@
"tmp-promise": "1.0.2",
"universal-analytics": "0.4.13",
"uppercamelcase": "^3.0.0",
"urijs": "1.19.7",
"urijs": "1.19.11",
"uuid": "3.0.1",
"yargonaut": "1.1.2",
"yargs": "6.6.0"
Expand Down

0 comments on commit 45f2a75

Please sign in to comment.