Update echo url. Create Release Candidate 1 for 5.0.0

This commit is contained in:
Admin
2017-08-29 16:24:02 -05:00
parent 60e8855aa7
commit 28144312ff
2 changed files with 2 additions and 2 deletions

View File

@@ -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>

View File

@@ -126,7 +126,7 @@ public class 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;
}