Skip to content

Commit

Permalink
Upping version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed May 3, 2024
1 parent 3bf6f70 commit 3dd891c
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 8 deletions.
11 changes: 11 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
# Thumb-Key 3.1.4 (2024-05-03)

## What's Changed in 3.1.4

- Don't show animations for password fields. Fixes #800 by @dessalines in [#879](https://github.com/dessalines/thumb-key/pull/879)
- Simplify key width code. Fixes #643 by @dessalines in [#878](https://github.com/dessalines/thumb-key/pull/878)
- Cleaning up imports. by @dessalines in [#877](https://github.com/dessalines/thumb-key/pull/877)

**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.1.3...3.1.4

# Thumb-Key 3.1.3 (2024-05-03)

## What's Changed in 3.1.3

- Upping version. by @dessalines
- Fixes and improvements in br-fr layout by @zeecho in [#875](https://github.com/dessalines/thumb-key/pull/875)
- Update ENQwertEase.kt by @Lysalana in [#873](https://github.com/dessalines/thumb-key/pull/873)
- Update ENTwoHandsQwertEase.kt by @Lysalana in [#874](https://github.com/dessalines/thumb-key/pull/874)
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
applicationId "com.dessalines.thumbkey"
minSdk 21
targetSdkVersion 34
versionCode 80
versionName "3.1.3"
versionCode 81
versionName "3.1.4"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
12 changes: 6 additions & 6 deletions app/src/main/assets/RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Thumb-Key 3.1.3 (2024-05-03)
# Thumb-Key 3.1.4 (2024-05-03)

## What's Changed in 3.1.3
## What's Changed in 3.1.4

- Fixes and improvements in br-fr layout by @zeecho in [#875](https://github.com/dessalines/thumb-key/pull/875)
- Update ENQwertEase.kt by @Lysalana in [#873](https://github.com/dessalines/thumb-key/pull/873)
- Update ENTwoHandsQwertEase.kt by @Lysalana in [#874](https://github.com/dessalines/thumb-key/pull/874)
- Don't show animations for password fields. Fixes #800 by @dessalines in [#879](https://github.com/dessalines/thumb-key/pull/879)
- Simplify key width code. Fixes #643 by @dessalines in [#878](https://github.com/dessalines/thumb-key/pull/878)
- Cleaning up imports. by @dessalines in [#877](https://github.com/dessalines/thumb-key/pull/877)

**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.1.2...3.1.3
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.1.3...3.1.4

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

0 comments on commit 3dd891c

Please sign in to comment.