Skip to content

Commit 077ec80

Browse files
committed
Bump version to v0.3.0
1 parent e8b070d commit 077ec80

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.3.0] Basic keyboard behaviour (2021-07-08)
8+
69
Implemented everything that a normal (non-stroke-input) keyboard should do.
710

811
- Improved logic for multiple pointers (e.g. two-thumb typing)
@@ -39,7 +42,9 @@ the actual functionality has not been implemented yet.
3942

4043

4144
[Unreleased]:
42-
https://github.com/stroke-input/stroke-input-android/compare/v0.2.0...HEAD
45+
https://github.com/stroke-input/stroke-input-android/compare/v0.3.0...HEAD
46+
[v0.3.0]:
47+
https://github.com/stroke-input/stroke-input-android/compare/v0.2.0...v0.3.0
4348
[v0.2.0]:
4449
https://github.com/stroke-input/stroke-input-android/compare/v0.1.1...v0.2.0
4550
[v0.1.1]:

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 4
14-
versionName "0.2.0"
13+
versionCode 5
14+
versionName "0.3.0"
1515
}
1616

1717
buildTypes {

0 commit comments

Comments
 (0)