Skip to content

Commit

Permalink
Upping version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Oct 25, 2024
1 parent 49721c1 commit bcdc3c9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
6 changes: 6 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## What's Changed in 4.0.1

- Merge remote-tracking branch 'refs/remotes/origin/main'

**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.0...4.0.1

## What's Changed in 4.0.0

- Convert gradle to kotlin by @dessalines in [#1124](https://github.com/dessalines/thumb-key/pull/1124)
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
applicationId = "com.dessalines.thumbkey"
minSdk = 21
targetSdk = 34
versionCode = 118
versionName = "4.0.0"
versionCode = 119
versionName = "4.0.1"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
9 changes: 3 additions & 6 deletions app/src/main/assets/RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
## What's Changed in 4.0.0
## What's Changed in 4.0.1

- Convert gradle to kotlin by @dessalines in [#1124](https://github.com/dessalines/thumb-key/pull/1124)
- Add more actions for changing keyboard position by @iliazeus in [#1117](https://github.com/dessalines/thumb-key/pull/1117)
- Improve keyboard description DSL by @iliazeus in [#1115](https://github.com/dessalines/thumb-key/pull/1115)
- Changing renovate to every weekend. by @dessalines in [#1112](https://github.com/dessalines/thumb-key/pull/1112)
- Merge remote-tracking branch 'refs/remotes/origin/main'

**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.4.16...4.0.0
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.0...4.0.1

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

0 comments on commit bcdc3c9

Please sign in to comment.