Skip to content

Commit

Permalink
Release 1.6.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
captainepoch committed Jul 6, 2024
1 parent d50553c commit f5f57e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion HISTORY
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Husky 1.6.0 - 2024-XX-YY
- Add: Quotes and quoting support.
- Add: Quotes and quoting support, and navigating from quote to the
correspondent post.
- Add: AVIF support.
- Add: Expiring posts per account.
- Add: Replay videos preference (Global).
Expand Down
4 changes: 2 additions & 2 deletions husky/appinfo.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ buildVersions.versionName = "1.5.4"
def beta = [:]
beta.suffix = "beta"
beta.applicationId = "su.xash.husky.${beta.suffix}"
beta.versionSuffix = "1.2"
beta.versionSuffix = "2"

beta.versionCode = 3
beta.versionCode = 4
beta.versionName = "1.6.0"
buildVersions.beta = beta

Expand Down

0 comments on commit f5f57e7

Please sign in to comment.