Skip to content

Commit

Permalink
Release 1.6.0-beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
captainepoch committed Jul 16, 2024
1 parent c610904 commit 913a971
Showing 1 changed file with 2 additions and 2 deletions.
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 = "2"
beta.versionSuffix = "3"

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

Expand Down

0 comments on commit 913a971

Please sign in to comment.