From ab30c64eab06c1a7d2dc9725e8bf094f040f27b3 Mon Sep 17 00:00:00 2001 From: Yegor Vialov Date: Sun, 4 Nov 2018 23:20:58 +0200 Subject: [PATCH] v.0.3.7 --- 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 59af140..25e9aab 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -75,7 +75,7 @@ part 'ui_widgets/card_header_widget.dart'; EventBus eventBus = new EventBus(); const String appName = "HA Client"; -const appVersion = "0.3.6"; +const appVersion = "0.3.7"; String homeAssistantWebHost; diff --git a/pubspec.yaml b/pubspec.yaml index b3a3fde..fac85f4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: hass_client description: Home Assistant Android Client -version: 0.3.6+56 +version: 0.3.7+57 environment: sdk: ">=2.0.0-dev.68.0 <3.0.0"