Skip to content

Commit

Permalink
Update echo url. Create Release Candidate 1 for 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bwssytems committed Aug 29, 2017
1 parent 60e8855 commit 2814431
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.bwssystems.HABridge</groupId>
<artifactId>ha-bridge</artifactId>
<version>4.5.6b</version>
<version>5.0.0rc1</version>
<packaging>jar</packaging>

<name>HA Bridge</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ public BridgeSettingsDescriptor() {
this.farenheit = true;
this.securityData = null;
this.settingsChanged = false;
this.myechourl = "echo.amazon.com/#cards";
this.myechourl = "alexa.amazon.com/spa/index.html#cards";
this.webaddress = "0.0.0.0";
this.hubversion = HueConstants.HUB_VERSION;
}
Expand Down

0 comments on commit 2814431

Please sign in to comment.