From c19a0511a6f187e75da1e61644b28d2845096c11 Mon Sep 17 00:00:00 2001 From: Yegor Vialov Date: Sun, 7 Oct 2018 15:08:50 +0300 Subject: [PATCH] Version 0.2.5 --- 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 2970771..c9f7a86 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -34,7 +34,7 @@ part 'card_class.dart'; EventBus eventBus = new EventBus(); const String appName = "HA Client"; -const appVersion = "0.2.4"; +const appVersion = "0.2.5"; String homeAssistantWebHost; diff --git a/pubspec.yaml b/pubspec.yaml index 7985f19..7ad7204 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: hass_client description: Home Assistant Android Client -version: 0.2.4+28 +version: 0.2.5+29 environment: sdk: ">=2.0.0-dev.68.0 <3.0.0"