diff --git a/lib/main.dart b/lib/main.dart index 412c021..ecf7fd5 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -92,7 +92,7 @@ part 'ui_widgets/card_header_widget.dart'; EventBus eventBus = new EventBus(); const String appName = "HA Client"; -const appVersion = "0.3.13-83"; +const appVersion = "0.3.14"; String homeAssistantWebHost; @@ -367,10 +367,10 @@ class _MainPageState extends State with WidgetsBindingObserver { GestureDetector( onTap: () { Navigator.of(context).pop(); - HAUtils.launchURL("http://www.keyboardcrumbs.io/"); + HAUtils.launchURL("http://www.vynn.co/"); }, child: Text( - "www.keyboardcrumbs.io", + "www.vynn.co", style: TextStyle( color: Colors.blue, decoration: TextDecoration.underline diff --git a/pubspec.yaml b/pubspec.yaml index 0b58d1b..5741318 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: hass_client description: Home Assistant Android Client -version: 0.3.13+84 +version: 0.3.14 environment: sdk: ">=2.0.0-dev.68.0 <3.0.0"