Skip to content

Commit 52eed3f

Browse files
committed
Upping version.
1 parent 46f7040 commit 52eed3f

File tree

4 files changed

+27
-12
lines changed

4 files changed

+27
-12
lines changed

RELEASES.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## What's Changed in 4.0.19
2+
3+
- add hyper layout by @luminespire in [#1260](https://github.com/dessalines/thumb-key/pull/1260)
4+
5+
## New Contributors
6+
7+
- @luminespire made their first contribution in [#1260](https://github.com/dessalines/thumb-key/pull/1260)
8+
9+
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.18...4.0.19
10+
111
## What's Changed in 4.0.18
212

313
- Theme/neon -> slightly mute purple to better fit android app palettes by @bklaase in [#1259](https://github.com/dessalines/thumb-key/pull/1259)

app/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ android {
1313
applicationId = "com.dessalines.thumbkey"
1414
minSdk = 21
1515
targetSdk = 35
16-
versionCode = 136
17-
versionName = "4.0.18"
16+
versionCode = 137
17+
versionName = "4.0.19"
1818

1919
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2020
vectorDrawables {

app/src/main/assets/RELEASES.md

+4-10
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
1-
## What's Changed in 4.0.18
1+
## What's Changed in 4.0.19
22

3-
- Theme/neon -> slightly mute purple to better fit android app palettes by @bklaase in [#1259](https://github.com/dessalines/thumb-key/pull/1259)
4-
- Add Neon theme(s) by @bklaase in [#1258](https://github.com/dessalines/thumb-key/pull/1258)
5-
- Skipping weblate updates for git cliff. by @dessalines
6-
- Adding more weblate share to readme. by @dessalines in [#1246](https://github.com/dessalines/thumb-key/pull/1246)
7-
- Use svg badge by @dessalines
8-
- Adding weblate translations url. by @dessalines in [#1242](https://github.com/dessalines/thumb-key/pull/1242)
3+
- add hyper layout by @luminespire in [#1260](https://github.com/dessalines/thumb-key/pull/1260)
94

105
## New Contributors
116

12-
- @bklaase made their first contribution in [#1259](https://github.com/dessalines/thumb-key/pull/1259)
13-
- @weblate made their first contribution in [#1247](https://github.com/dessalines/thumb-key/pull/1247)
7+
- @luminespire made their first contribution in [#1260](https://github.com/dessalines/thumb-key/pull/1260)
148

15-
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.17...4.0.18
9+
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.18...4.0.19
1610

1711
<!-- generated by git-cliff -->
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## What's Changed in 4.0.19
2+
3+
- add hyper layout by @luminespire in [#1260](https://github.com/dessalines/thumb-key/pull/1260)
4+
5+
## New Contributors
6+
7+
- @luminespire made their first contribution in [#1260](https://github.com/dessalines/thumb-key/pull/1260)
8+
9+
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.18...4.0.19
10+
11+
<!-- generated by git-cliff -->

0 commit comments

Comments
 (0)