This commit is contained in:
Yegor Vialov
2020-04-11 16:55:50 +00:00
parent 5f23e108a1
commit fba4017819
7 changed files with 40 additions and 38 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.2.md");
response = await http.get("http://ha-client.app/service/whats_new_0.8.3.md");
if (response.statusCode == 200) {
setState(() {
data = response.body;