diff options
author | Allan Wang <me@allanwang.ca> | 2021-09-28 23:21:16 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2021-09-28 23:21:16 -0700 |
commit | 656c37225413128a86732aaa3433e99c49cf6e9a (patch) | |
tree | b38a2637c2ea063f8287a778d47d7d370c77ee17 | |
parent | 7f7d2ff6cfa1f46a645ac9803ef17b31bb92ebe5 (diff) | |
download | frost-656c37225413128a86732aaa3433e99c49cf6e9a.tar.gz frost-656c37225413128a86732aaa3433e99c49cf6e9a.tar.bz2 frost-656c37225413128a86732aaa3433e99c49cf6e9a.zip |
Changelog update
-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 |