Update WHats new link

This commit is contained in:
Yegor Vialov
2020-04-03 12:36:16 +00:00
parent c075db8b1a
commit 9524c8587b
2 changed files with 2 additions and 2 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_0.7.0.md");
response = await http.get("http://ha-client.app/service/whats_new_0.8.md");
if (response.statusCode == 200) {
setState(() {
data = response.body;