Update HISTORY and version

This commit is contained in:
Adolfo Santiago 2022-04-25 19:43:04 +02:00
parent 168d559764
commit dabe3d0283
No known key found for this signature in database
GPG key ID: 244D6F9A317B4A65
2 changed files with 5 additions and 2 deletions

View file

@ -1,3 +1,6 @@
Husky 1.1.3 - 2022-04-25
- Fix: Crash when accessing to the Drafts section.
Husky 1.1.2 - 2022-04-22
- Fix: Change URLs to the new ones (thanks, a1batross).

View file

@ -9,8 +9,8 @@ buildVersions.jdkVersion = "${buildVersions.javaCompat}"
buildVersions.encoding = "UTF-8"
buildVersions.versionCode = 178
buildVersions.versionName = "1.1.2"
buildVersions.versionCode = 179
buildVersions.versionName = "1.1.3"
// Beta version info
def beta = [:]