From d8a1d03179fc0502b96b88f33cd6bd414e055594 Mon Sep 17 00:00:00 2001 From: Yegor Vialov Date: Sat, 9 Feb 2019 02:20:20 +0200 Subject: [PATCH] v.3.14.87 --- lib/main.dart | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/main.dart b/lib/main.dart index 5686385..b3bb354 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 = "3.14.86"; +const appVersion = "3.14.87"; String homeAssistantWebHost; diff --git a/pubspec.yaml b/pubspec.yaml index abcf1a5..791f142 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: hass_client description: Home Assistant Android Client -version: 3.14.86+86 +version: 3.14.87+87 environment: sdk: ">=2.0.0-dev.68.0 <3.0.0"