From 56a333a852411c778a7fc3102525b11bcd00fe55 Mon Sep 17 00:00:00 2001 From: estevez-dev Date: Mon, 9 Sep 2019 14:25:27 +0300 Subject: [PATCH] v.0.6.6 --- 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 40da56d..a4f6414 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -130,7 +130,7 @@ EventBus eventBus = new EventBus(); final FirebaseMessaging _firebaseMessaging = FirebaseMessaging(); FlutterLocalNotificationsPlugin flutterLocalNotificationsPlugin = new FlutterLocalNotificationsPlugin(); const String appName = "HA Client"; -const appVersion = "0.6.5"; +const appVersion = "0.6.6"; void main() async { FlutterError.onError = (errorDetails) { diff --git a/pubspec.yaml b/pubspec.yaml index 4cbbbde..88209fa 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: hass_client description: Home Assistant Android Client -version: 0.6.5+652 +version: 0.6.6+660 environment: sdk: ">=2.0.0-dev.68.0 <3.0.0"