From 0d7e7eb6f72991c290341b6e7426d4a8e288b99b Mon Sep 17 00:00:00 2001 From: estevez Date: Sun, 30 Sep 2018 23:14:40 +0300 Subject: [PATCH] Version 0.2.3 --- lib/main.dart | 2 +- pubspec.lock | 4 ++-- pubspec.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/main.dart b/lib/main.dart index 259631d..3f690c9 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.2.0"; +const appVersion = "0.2.1"; String homeAssistantWebHost; diff --git a/pubspec.lock b/pubspec.lock index 54e3160..4673b8b 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -285,7 +285,7 @@ packages: name: petitparser url: "https://pub.dartlang.org" source: hosted - version: "2.0.1" + version: "2.0.2" plugin: dependency: transitive description: @@ -486,7 +486,7 @@ packages: name: xml url: "https://pub.dartlang.org" source: hosted - version: "3.2.1" + version: "3.2.3" yaml: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 6476290..e5a0c9b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: hass_client description: Home Assistant Android Client -version: 0.2.0+22 +version: 0.2.1+23 environment: sdk: ">=2.0.0-dev.68.0 <3.0.0"