Skip to content

Commit 7d2faa0

Browse files
committed
Bump version to v0.2.0
1 parent b3fcc3a commit 7d2faa0

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.2.0] Default key behaviour (2021-07-06)
8+
69
- Implemented default key behaviour (commit `valueText`)
710
- Updated keyboard font to [Stroke Input Keyboard v1.2.0]
811
- Cleaned up Java variables
@@ -28,7 +31,9 @@ the actual functionality has not been implemented yet.
2831

2932

3033
[Unreleased]:
31-
https://github.com/stroke-input/stroke-input-android/compare/v0.1.1...HEAD
34+
https://github.com/stroke-input/stroke-input-android/compare/v0.2.0...HEAD
35+
[v0.2.0]:
36+
https://github.com/stroke-input/stroke-input-android/compare/v0.1.1...v0.2.0
3237
[v0.1.1]:
3338
https://github.com/stroke-input/stroke-input-android/compare/v0.1.0...v0.1.1
3439
[v0.1.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 21
1212
targetSdkVersion 30
13-
versionCode 3
14-
versionName "0.1.1"
13+
versionCode 4
14+
versionName "0.2.0"
1515
}
1616

1717
buildTypes {

0 commit comments

Comments
 (0)