Skip to content

Commit

Permalink
Upping version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Sep 2, 2024
1 parent e8f20f0 commit cbb592f
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 8 deletions.
14 changes: 14 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
# Thumb-Key 3.4.5 (2024-09-02)

## What's Changed in 3.4.5

- Adding EN Thumbkey Words. by @dessalines in [#1039](https://github.com/dessalines/thumb-key/pull/1039)
- Added ES thumb-key symbols layout by @DiegoLpVn in [#1035](https://github.com/dessalines/thumb-key/pull/1035)

## New Contributors

- @DiegoLpVn made their first contribution in [#1035](https://github.com/dessalines/thumb-key/pull/1035)

**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.4.4...3.4.5

# Thumb-Key 3.4.4 (2024-08-30)

## What's Changed in 3.4.4

- Upping version. by @dessalines
- add hyphen `-` to the first layer of FRThumbKeyV2.kt by @foldfree in [#1031](https://github.com/dessalines/thumb-key/pull/1031)
- Adding en + sv + programmer layout. by @dessalines in [#1030](https://github.com/dessalines/thumb-key/pull/1030)

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 105
versionName "3.4.4"
versionCode 106
versionName "3.4.5"

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,14 +1,14 @@
# Thumb-Key 3.4.4 (2024-08-30)
# Thumb-Key 3.4.5 (2024-09-02)

## What's Changed in 3.4.4
## What's Changed in 3.4.5

- add hyphen `-` to the first layer of FRThumbKeyV2.kt by @foldfree in [#1031](https://github.com/dessalines/thumb-key/pull/1031)
- Adding en + sv + programmer layout. by @dessalines in [#1030](https://github.com/dessalines/thumb-key/pull/1030)
- Adding EN Thumbkey Words. by @dessalines in [#1039](https://github.com/dessalines/thumb-key/pull/1039)
- Added ES thumb-key symbols layout by @DiegoLpVn in [#1035](https://github.com/dessalines/thumb-key/pull/1035)

## New Contributors

- @foldfree made their first contribution in [#1031](https://github.com/dessalines/thumb-key/pull/1031)
- @DiegoLpVn made their first contribution in [#1035](https://github.com/dessalines/thumb-key/pull/1035)

**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.4.3...3.4.4
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.4.4...3.4.5

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

0 comments on commit cbb592f

Please sign in to comment.