diff options
Diffstat (limited to 'app/src/main')
-rw-r--r-- | app/src/main/play/en-US/whatsnew | 5 | ||||
-rw-r--r-- | app/src/main/res/xml/frost_changelog.xml | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/app/src/main/play/en-US/whatsnew b/app/src/main/play/en-US/whatsnew index 1f46ec04..ea4ee41f 100644 --- a/app/src/main/play/en-US/whatsnew +++ b/app/src/main/play/en-US/whatsnew @@ -1,4 +1,5 @@ v3.1.0 -* Fix multi account signin -* Only clear out cookies on explicit logout; Facebook logout redirects no longer erase cookies
\ No newline at end of file +* Fix multi account sign in +* Only clear out cookies on explicit logout; Facebook logout redirects no longer erase cookies +* Update themes
\ No newline at end of file diff --git a/app/src/main/res/xml/frost_changelog.xml b/app/src/main/res/xml/frost_changelog.xml index 9a917099..ed3ea6e7 100644 --- a/app/src/main/res/xml/frost_changelog.xml +++ b/app/src/main/res/xml/frost_changelog.xml @@ -7,9 +7,9 @@ --> <version title="v3.1.0" /> - <item text="Fix multi account signin" /> + <item text="Fix multi account sign in" /> <item text="Only clear out cookies on explicit logout; Facebook logout redirects no longer erase cookies" /> - <item text="" /> + <item text="Update themes" /> <version title="v3.0.0" /> <item text="Removed email support. Please use GitHub for all inquiries as I no longer have time to look through all emails" /> |