Skip to content

Commit

Permalink
Merge branch 'hotfix/483-translations-not-being-applied-correctly' in…
Browse files Browse the repository at this point in the history
…to patch-63
  • Loading branch information
wax911 authored Jul 22, 2022
2 parents 3467e9d + 1b79203 commit f9db3c0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/.meta/version.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"code": 1090900,
"code": 1091000,
"migration": false,
"minSdk": 17,
"releaseNotes": "",
"version": "1.9.9",
"version": "1.9.10",
"appId": "com.mxt.anitrend"
}
1 change: 1 addition & 0 deletions app/src/main/assets/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Read the **FAQ** for issues regarding NSFW and notifications. Goto **Options** -
### Bug Fixes
- Many quality of life bug fixes. Thanks @Luk1337
- Duplicate entries for list styles in settings
- Translations not being applied correctly

### Current Issues
- Gifs may show artifacts if more than one is playing at a given moment (with experimental markdown support in settings)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ object Versions {

private const val major = 1
private const val minor = 9
private const val patch = 9
private const val patch = 10
private const val candidate = 0

const val compileSdk = 30
Expand Down

0 comments on commit f9db3c0

Please sign in to comment.