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

@ -14,7 +14,7 @@ class StartupUserMessagesManager {
bool _supportAppDevelopmentMessageShown;
bool _whatsNewMessageShown;
static final _supportAppDevelopmentMessageKey = "user-message-shown-support-development_3";
static final _whatsNewMessageKey = "user-message-shown-whats-new-706";
static final _whatsNewMessageKey = "user-message-shown-whats-new-804";
void checkMessagesToShow() async {
SharedPreferences prefs = await SharedPreferences.getInstance();

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;