chore: Prepare release 2.1.1 (versionCode 10) (#331)

This commit is contained in:
Nik Clayton 2023-12-17 07:15:46 +01:00 committed by GitHub
parent cc0be0318f
commit 51c2ef0607
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 2 deletions

View File

@ -1,5 +1,11 @@
# Pachli changelog
## v2.1.1
### Significant bug fixes
- Prevent crash if a trending tab is present (#[330](https://github.com/pachli/pachli-android/pull/330), [Nik Clayton](https://github.com/pachli/pachli-android/commits?author=nik@ngo.org.uk))
## v2.1.0
### New features and other improvements

View File

@ -35,8 +35,8 @@ android {
defaultConfig {
applicationId = "app.pachli"
versionCode = 9
versionName = "2.1.0"
versionCode = 10
versionName = "2.1.1"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
testInstrumentationRunnerArguments["disableAnalytics"] = "true"

View File

@ -0,0 +1,5 @@
Pachli 2.1.1
Fixes:
- Prevent crash if a trending tab is present