diff --git a/lib/main.dart b/lib/main.dart index 691586d..b98cfdf 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -156,9 +156,9 @@ EventBus eventBus = new EventBus(); final FirebaseMessaging _firebaseMessaging = FirebaseMessaging(); FlutterLocalNotificationsPlugin flutterLocalNotificationsPlugin = new FlutterLocalNotificationsPlugin(); const String appName = "HA Client"; -const appVersionNumber = "0.8.6"; -const appVersionAdd = ""; -const appVersion = "$appVersionNumber$appVersionAdd"; +const appVersionNumber = "0.8.7"; +const appVersionAdd = "alpha1"; +const appVersion = "$appVersionNumber-$appVersionAdd"; Future _reportError(dynamic error, dynamic stackTrace) async { // Print the exception to the console. diff --git a/pubspec.yaml b/pubspec.yaml index 45ff8ef..0bad8e2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: hass_client description: Home Assistant Android Client -version: 0.8.6+897 +version: 0.8.6+898 environment: