Skip to content

Commit dccf5e4

Browse files
committed
Bump version to v0.1.1
1 parent a6f3a24 commit dccf5e4

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.1.1] New keyboard font (2021-06-29)
8+
69
- Updated `README.md` links given GitHub organisation move
710
- Changed keyboard font to [Stroke Input Keyboard v1.1.0]
811
- Made key text offsets inherit from Row from Keyboard
@@ -17,7 +20,9 @@ the actual functionality has not been implemented yet.
1720

1821

1922
[Unreleased]:
20-
https://github.com/stroke-input/stroke-input-android/compare/v0.1.0...HEAD
23+
https://github.com/stroke-input/stroke-input-android/compare/v0.1.1...HEAD
24+
[v0.1.1]:
25+
https://github.com/stroke-input/stroke-input-android/compare/v0.1.0...v0.1.1
2126
[v0.1.0]:
2227
https://github.com/stroke-input/stroke-input-android/releases/tag/v0.1.0
2328

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 2
14-
versionName "0.1.0"
13+
versionCode 3
14+
versionName "0.1.1"
1515
}
1616

1717
buildTypes {

0 commit comments

Comments
 (0)