diff options
-rw-r--r-- | app/src/main/play/en-US/whatsnew | 3 | ||||
-rw-r--r-- | app/src/main/res/xml/frost_changelog.xml | 4 | ||||
-rw-r--r-- | docs/Changelog.md | 1 |
3 files changed, 4 insertions, 4 deletions
diff --git a/app/src/main/play/en-US/whatsnew b/app/src/main/play/en-US/whatsnew index 91e36d9a..06b44904 100644 --- a/app/src/main/play/en-US/whatsnew +++ b/app/src/main/play/en-US/whatsnew @@ -1,3 +1,4 @@ v3.1.1 -* Many internal fixes to address 3.1.0 issues
\ No newline at end of file +* Many internal fixes to address 3.1.0 issues +* Theme updates
\ 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 63c99cf9..e5f0ade6 100644 --- a/app/src/main/res/xml/frost_changelog.xml +++ b/app/src/main/res/xml/frost_changelog.xml @@ -7,9 +7,7 @@ --> <version title="v3.1.1" /> <item text="Many internal fixes to address 3.1.0 issues" /> - <item text="" /> - <item text="" /> - <item text="" /> + <item text="Theme updates" /> <version title="v3.1.0" /> <item text="Fix multi account sign in" /> diff --git a/docs/Changelog.md b/docs/Changelog.md index f45788eb..d763f8da 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -2,6 +2,7 @@ ## v3.1.1 * Many internal fixes to address 3.1.0 issues +* Theme updates ## v3.1.0 * Fix multi account sign in |