app version and whats new

This commit is contained in:
Yegor Vialov
2020-05-06 18:19:41 +00:00
parent 02ea45469f
commit b86602bcdb
4 changed files with 10 additions and 8 deletions

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_stable.md");
response = await http.get(whatsNewUrl);
if (response.statusCode == 200) {
setState(() {
data = response.body;