Skip to content

Commit

Permalink
Release Commit 150401
Browse files Browse the repository at this point in the history
  • Loading branch information
jkasten2 committed Aug 2, 2018
1 parent 08a5730 commit f30e914
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
Expand Up @@ -27,7 +27,7 @@
"publish": "yarn clean && yarn build:prod && yarn "
},
"config": {
"sdkVersion": "150400"
"sdkVersion": "150401"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/managers/SdkEnvironment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ export default class SdkEnvironment {
case BuildEnvironmentKind.Development:
return new URL('https://localhost:3001/api/v1');
case BuildEnvironmentKind.Staging:
return new URL('https://onesignal-staging.pw/api/v1');
return new URL('https://staging-01.onesignal.com/api/v1');
case BuildEnvironmentKind.Production:
return new URL('https://onesignal.com/api/v1');
default:
Expand Down

0 comments on commit f30e914

Please sign in to comment.