From a8e79c289b3b5721a20ed2050a2c73eade57a9e9 Mon Sep 17 00:00:00 2001 From: Yegor Vialov Date: Sat, 17 Nov 2018 23:07:58 +0200 Subject: [PATCH] Version 0.3.9 --- 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 aef46a7..2ff7732 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -82,7 +82,7 @@ part 'ui_widgets/card_header_widget.dart'; EventBus eventBus = new EventBus(); const String appName = "HA Client"; -const appVersion = "0.3.8-66"; +const appVersion = "0.3.9"; String homeAssistantWebHost; diff --git a/pubspec.yaml b/pubspec.yaml index 7f61f5d..2c28edf 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: hass_client description: Home Assistant Android Client -version: 0.3.8+66 +version: 0.3.9+67 environment: sdk: ">=2.0.0-dev.68.0 <3.0.0"