From b89b5dfb9890901defffa1d0160e8c8cca4359f9 Mon Sep 17 00:00:00 2001 From: estevez Date: Sat, 29 Sep 2018 18:13:00 +0300 Subject: [PATCH] version 0.2.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 1aac4ec..36ff6ad 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -27,7 +27,7 @@ part 'badge_class.dart'; EventBus eventBus = new EventBus(); const String appName = "HA Client"; -const appVersion = "0.1.3"; +const appVersion = "0.2.0"; String homeAssistantWebHost; diff --git a/pubspec.yaml b/pubspec.yaml index 587da90..6476290 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: hass_client description: Home Assistant Android Client -version: 0.1.3+21 +version: 0.2.0+22 environment: sdk: ">=2.0.0-dev.68.0 <3.0.0"