From 753df3c724c69fcbe66089b65e06df0ffd2b5697 Mon Sep 17 00:00:00 2001 From: estevez-dev Date: Wed, 18 Sep 2019 21:18:24 +0300 Subject: [PATCH] v.0.6.7 --- 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 a4f6414..57b3e8a 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.6"; +const appVersion = "0.6.7"; void main() async { FlutterError.onError = (errorDetails) { diff --git a/pubspec.yaml b/pubspec.yaml index 88209fa..679c609 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: hass_client description: Home Assistant Android Client -version: 0.6.6+660 +version: 0.6.7+675 environment: sdk: ">=2.0.0-dev.68.0 <3.0.0"