Skip to content

Commit

Permalink
chore: Prepare release 2.1.1 (versionCode 10) (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikclayton authored Dec 17, 2023
1 parent cc0be03 commit 51c2ef0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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/[email protected]))

## v2.1.0

### New features and other improvements
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/10.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Pachli 2.1.1

Fixes:

- Prevent crash if a trending tab is present

0 comments on commit 51c2ef0

Please sign in to comment.