This commit is contained in:
Yegor Vialov 2019-11-01 14:00:13 +00:00
parent 889682f771
commit 139533d2ca
3 changed files with 4 additions and 4 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.1";
const appVersionAdd = "alpha1";
const appVersionNumber = "0.7.2";
const appVersionAdd = "";
const appVersion = "$appVersionNumber-$appVersionAdd";
void main() async {

View File

@ -24,7 +24,7 @@ class _WhatsNewPageState extends State<WhatsNewPage> {
error = "";
});
http.Response response;
response = await http.get("http://ha-client.homemade.systems/service/whats_new_$appVersionNumber.md");
response = await http.get("http://ha-client.homemade.systems/service/whats_new_0.7.0.md");
if (response.statusCode == 200) {
setState(() {
data = response.body;

View File

@ -1,7 +1,7 @@
name: hass_client
description: Home Assistant Android Client
version: 0.7.1+712
version: 0.7.2+720
environment: