diff options
Diffstat (limited to 'app/src/main')
-rw-r--r-- | app/src/main/play/en-US/whatsnew | 7 | ||||
-rw-r--r-- | app/src/main/res/xml/frost_changelog.xml | 5 |
2 files changed, 7 insertions, 5 deletions
diff --git a/app/src/main/play/en-US/whatsnew b/app/src/main/play/en-US/whatsnew index f9e930b8..91e36d9a 100644 --- a/app/src/main/play/en-US/whatsnew +++ b/app/src/main/play/en-US/whatsnew @@ -1,6 +1,3 @@ -v3.1.0 +v3.1.1 -* Fix multi account sign in -* Only clear out cookies on explicit logout; Facebook logout redirects no longer erase cookies -* Update themes -* Big infra changes (please file bugs for new crashes)
\ No newline at end of file +* Many internal fixes to address 3.1.0 issues
\ 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 292d62bb..63c99cf9 100644 --- a/app/src/main/res/xml/frost_changelog.xml +++ b/app/src/main/res/xml/frost_changelog.xml @@ -5,6 +5,11 @@ <version title="v" /> <item text="" /> --> + <version title="v3.1.1" /> + <item text="Many internal fixes to address 3.1.0 issues" /> + <item text="" /> + <item text="" /> + <item text="" /> <version title="v3.1.0" /> <item text="Fix multi account sign in" /> |