From af84c99a2d8fe16309ab2c709303790f5c56591f Mon Sep 17 00:00:00 2001 From: Yegor Vialov Date: Sun, 18 Nov 2018 13:25:00 +0200 Subject: [PATCH] build 69 --- 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 3e44bd7..2a03588 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -81,7 +81,7 @@ part 'ui_widgets/card_header_widget.dart'; EventBus eventBus = new EventBus(); const String appName = "HA Client"; -const appVersion = "0.3.9-68"; +const appVersion = "0.3.9-69"; String homeAssistantWebHost; diff --git a/pubspec.yaml b/pubspec.yaml index d4260e5..be2f2c3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: hass_client description: Home Assistant Android Client -version: 0.3.9+68 +version: 0.3.9+69 environment: sdk: ">=2.0.0-dev.68.0 <3.0.0"