From 758376a891b5af036c0e42f354a95f501d1687bb Mon Sep 17 00:00:00 2001 From: Yegor Vialov Date: Tue, 16 Oct 2018 17:53:50 +0300 Subject: [PATCH] Version 0.3.0 --- 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 99c7377..fd8e033 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -30,7 +30,7 @@ part 'card_class.dart'; EventBus eventBus = new EventBus(); const String appName = "HA Client"; -const appVersion = "0.2.5.37"; +const appVersion = "0.3.0.38"; String homeAssistantWebHost; diff --git a/pubspec.yaml b/pubspec.yaml index 61f3861..5de5cab 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: hass_client description: Home Assistant Android Client -version: 0.2.5+37 +version: 0.3.0+38 environment: sdk: ">=2.0.0-dev.68.0 <3.0.0"