From f9f013636d18c00495c11253c488c1fe2d7d1302 Mon Sep 17 00:00:00 2001 From: Yegor Vialov Date: Mon, 28 Oct 2019 18:02:03 +0000 Subject: [PATCH] 710 --- lib/main.dart | 4 ++-- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/main.dart b/lib/main.dart index 4eb2a9b..a47f24e 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -141,8 +141,8 @@ EventBus eventBus = new EventBus(); final FirebaseMessaging _firebaseMessaging = FirebaseMessaging(); FlutterLocalNotificationsPlugin flutterLocalNotificationsPlugin = new FlutterLocalNotificationsPlugin(); const String appName = "HA Client"; -const appVersionNumber = "0.7.0"; -const appVersionAdd = ""; +const appVersionNumber = "0.7.1"; +const appVersionAdd = "alpha1"; const appVersion = "$appVersionNumber-$appVersionAdd"; void main() async { diff --git a/pubspec.yaml b/pubspec.yaml index c564904..93e6626 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: hass_client description: Home Assistant Android Client -version: 0.7.0+706 +version: 0.7.1+710 environment: sdk: ">=2.0.0-dev.68.0 <3.0.0"