0.6.0-alpha3

This commit is contained in:
estevez-dev
2019-08-16 14:01:10 +03:00
parent 247c856a41
commit b704ce6984
2 changed files with 2 additions and 2 deletions

View File

@ -110,7 +110,7 @@ EventBus eventBus = new EventBus();
final FirebaseMessaging _firebaseMessaging = FirebaseMessaging();
FlutterLocalNotificationsPlugin flutterLocalNotificationsPlugin = new FlutterLocalNotificationsPlugin();
const String appName = "HA Client";
const appVersion = "0.6.0-alpha2";
const appVersion = "0.6.0-alpha3";
void main() {
FlutterError.onError = (errorDetails) {