Bump version to 1.0.0 for fist stable release

This commit is contained in:
Yegor Vialov
2020-04-30 11:23:20 +00:00
parent 0f604a6ce6
commit 8ba4cc85d8
2 changed files with 2 additions and 2 deletions

View File

@ -156,7 +156,7 @@ EventBus eventBus = new EventBus();
final FirebaseMessaging _firebaseMessaging = FirebaseMessaging();
FlutterLocalNotificationsPlugin flutterLocalNotificationsPlugin = new FlutterLocalNotificationsPlugin();
const String appName = "HA Client";
const appVersionNumber = "0.8.7";
const appVersionNumber = "1.0.0";
const appVersionAdd = "alpha1";
const appVersion = "$appVersionNumber-$appVersionAdd";