Skip to content

Commit 8f7336f

Browse files
committed
Bump version to v0.4.0
1 parent 9276c6d commit 8f7336f

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33

44
## [Unreleased]
55

6+
7+
## [v0.4.0] Symbols keyboard and fixes (2021-07-09)
8+
69
- Added symbols keyboard and implemented switching to it
710
- Fixed NullPointerException for `onSinglePointerTouchEvent` of null key
811
- Fixed key press colour change dependent on activity background
@@ -54,7 +57,9 @@ the actual functionality has not been implemented yet.
5457

5558

5659
[Unreleased]:
57-
https://github.com/stroke-input/stroke-input-android/compare/v0.3.0...HEAD
60+
https://github.com/stroke-input/stroke-input-android/compare/v0.4.0...HEAD
61+
[v0.4.0]:
62+
https://github.com/stroke-input/stroke-input-android/compare/v0.3.0...v0.4.0
5863
[v0.3.0]:
5964
https://github.com/stroke-input/stroke-input-android/compare/v0.2.0...v0.3.0
6065
[v0.2.0]:

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android {
1010
applicationId "io.github.yawnoc.strokeinput"
1111
minSdkVersion 24
1212
targetSdkVersion 30
13-
versionCode 5
14-
versionName "0.3.0"
13+
versionCode 6
14+
versionName "0.4.0"
1515
}
1616

1717
buildTypes {

0 commit comments

Comments
 (0)