This commit is contained in:
Yegor Vialov
2020-04-09 16:24:37 +00:00
parent e18b9ebe14
commit 49aeea634f
5 changed files with 4 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_0.8.md");
response = await http.get("http://ha-client.app/service/whats_new_0.8.2.md");
if (response.statusCode == 200) {
setState(() {
data = response.body;