Skip to content

Commit

Permalink
Bump version from 1.8.11 to 1.8.12
Browse files Browse the repository at this point in the history
  • Loading branch information
wax911 committed Oct 26, 2021
1 parent dfc95d0 commit cf691d6
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": 19100,
"code": 19200,
"migration": false,
"minSdk": 17,
"releaseNotes": "",
"version": "1.8.11",
"version": "1.8.12",
"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 @@ -17,6 +17,7 @@ Read the **FAQ** for issues regarding NSFW and notifications. Goto **Options** -
- Application displaying incorrect dates for some entries @LuK1337
- Markdown optimizations and fixes. Thank you @LuK1337
- Catbox images not loading. Thank you @LuK1337
- Github release failing to update. Thank you @LuK1337
- Many bug fixes to list. Thank you @LuK1337 & @YoussefHabri

### Current Issues
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 = 8
private const val patch = 11
private const val patch = 12
private const val candidate = 0

const val compileSdk = 30
Expand Down

0 comments on commit cf691d6

Please sign in to comment.