This commit is contained in:
Yegor Vialov 2019-10-28 18:02:03 +00:00
parent b34cc97080
commit f9f013636d
2 changed files with 3 additions and 3 deletions

View File

@ -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 {

View File

@ -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"