diff options
-rw-r--r-- | app/src/main/play/en-US/whatsnew | 7 | ||||
-rw-r--r-- | app/src/main/res/xml/frost_changelog.xml | 5 | ||||
-rw-r--r-- | docs/Changelog.md | 3 |
3 files changed, 10 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" /> diff --git a/docs/Changelog.md b/docs/Changelog.md index 0d8efb86..f45788eb 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -1,5 +1,8 @@ # Changelog +## v3.1.1 +* Many internal fixes to address 3.1.0 issues + ## v3.1.0 * Fix multi account sign in * Only clear out cookies on explicit logout; Facebook logout redirects no longer erase cookies |