Skip to content

Commit

Permalink
Upping version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Jun 1, 2024
1 parent 8dffe01 commit 4089c2e
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 10 deletions.
15 changes: 14 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
# Thumb-Key 3.2.1 (2024-06-01)

## What's Changed in 3.2.1

- Adding a few more compose-boms. by @dessalines in [#934](https://github.com/dessalines/thumb-key/pull/934)
- Update dependency gradle to v8.8 by @renovate[bot] in [#933](https://github.com/dessalines/thumb-key/pull/933)
- Fix errors in CZProgrammerMessagEase by @ondrachwiedziuk in [#932](https://github.com/dessalines/thumb-key/pull/932)
- Update dependency androidx.appcompat:appcompat to v1.7.0 - autoclosed by @renovate[bot] in [#931](https://github.com/dessalines/thumb-key/pull/931)
- Update dependency androidx.lifecycle:lifecycle-runtime-compose to v2.8.1 by @renovate[bot] in [#930](https://github.com/dessalines/thumb-key/pull/930)

**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.2.0...3.2.1

# Thumb-Key 3.2.0 (2024-05-28)

## What's Changed in 3.2.0

- Removing unused strings.
- Forgot another change. by @dessalines
- Removing unused strings. by @dessalines
- Upping version. by @dessalines
- Tweak circular drag and drag-and-return gestures (fixes #926) by @glm4610 in [#928](https://github.com/dessalines/thumb-key/pull/928)
- Removing some unused strings. by @dessalines in [#929](https://github.com/dessalines/thumb-key/pull/929)
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
applicationId "com.dessalines.thumbkey"
minSdk 21
targetSdkVersion 34
versionCode 87
versionName "3.2.0"
versionCode 88
versionName "3.2.1"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
15 changes: 8 additions & 7 deletions app/src/main/assets/RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# Thumb-Key 3.2.0 (2024-05-28)
# Thumb-Key 3.2.1 (2024-06-01)

## What's Changed in 3.2.0
## What's Changed in 3.2.1

- Removing unused strings.
- Upping version. by @dessalines
- Tweak circular drag and drag-and-return gestures (fixes #926) by @glm4610 in [#928](https://github.com/dessalines/thumb-key/pull/928)
- Removing some unused strings. by @dessalines in [#929](https://github.com/dessalines/thumb-key/pull/929)
- Adding a few more compose-boms. by @dessalines in [#934](https://github.com/dessalines/thumb-key/pull/934)
- Update dependency gradle to v8.8 by @renovate[bot] in [#933](https://github.com/dessalines/thumb-key/pull/933)
- Fix errors in CZProgrammerMessagEase by @ondrachwiedziuk in [#932](https://github.com/dessalines/thumb-key/pull/932)
- Update dependency androidx.appcompat:appcompat to v1.7.0 - autoclosed by @renovate[bot] in [#931](https://github.com/dessalines/thumb-key/pull/931)
- Update dependency androidx.lifecycle:lifecycle-runtime-compose to v2.8.1 by @renovate[bot] in [#930](https://github.com/dessalines/thumb-key/pull/930)

**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.1.9...3.2.0
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.2.0...3.2.1

<!-- generated by git-cliff -->

0 comments on commit 4089c2e

Please sign in to comment.