Update whats_new.page.dart

This commit is contained in:
Yegor Vialov 2020-05-04 14:49:54 +03:00 committed by GitHub
parent 711cb04dcf
commit eadae4374b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ class _WhatsNewPageState extends State<WhatsNewPage> {
error = "";
});
http.Response response;
response = await http.get("http://ha-client.app/service/whats_new_1.0.0_beta.md");
response = await http.get("http://ha-client.app/service/whats_new_1.0.0_stable.md");
if (response.statusCode == 200) {
setState(() {
data = response.body;