Update whats_new.page.dart
This commit is contained in:
parent
711cb04dcf
commit
eadae4374b
@ -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;
|
||||
|
Reference in New Issue
Block a user