diff --git a/lib/main.dart b/lib/main.dart index 9d7122d..981b66f 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -159,8 +159,8 @@ final FirebaseMessaging _firebaseMessaging = FirebaseMessaging(); FlutterLocalNotificationsPlugin flutterLocalNotificationsPlugin = new FlutterLocalNotificationsPlugin(); const String appName = "HA Client"; const appVersionNumber = "1.0.0"; -const appVersionAdd = "beta"; -const appVersion = "$appVersionNumber-$appVersionAdd"; +const appVersionAdd = ""; +const appVersion = "$appVersionNumber${appVersionAdd}"; Future _reportError(dynamic error, dynamic stackTrace) async { // Print the exception to the console.