Skip to content

Commit 2dfcbe9

Browse files
committed
Bump version to v0.5.0
1 parent 201dea8 commit 2dfcbe9

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
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.5.0] Implemented qwerty (2021-07-12)
8+
69
- Implemented qwerty keyboard (swipe space bar to switch)
710
- Implemented horizontal swiping of a key
811
- Fixed backspace not working in Termux
@@ -66,7 +69,9 @@ the actual functionality has not been implemented yet.
6669

6770

6871
[Unreleased]:
69-
https://github.com/stroke-input/stroke-input-android/compare/v0.4.0...HEAD
72+
https://github.com/stroke-input/stroke-input-android/compare/v0.5.0...HEAD
73+
[v0.5.0]:
74+
https://github.com/stroke-input/stroke-input-android/compare/v0.4.0...v0.5.0
7075
[v0.4.0]:
7176
https://github.com/stroke-input/stroke-input-android/compare/v0.3.0...v0.4.0
7277
[v0.3.0]:

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ android {
99
applicationId "io.github.yawnoc.strokeinput"
1010
minSdkVersion 14
1111
targetSdkVersion 30
12-
versionCode 6
13-
versionName "0.4.0"
12+
versionCode 7
13+
versionName "0.5.0"
1414
}
1515
buildTypes {
1616
release {

app/src/main/assets/about.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
%%
3535

3636

37-
# Stroke Input Method (v0.4.0) #
37+
# Stroke Input Method (v0.5.0) #
3838

3939
----
4040
__[Stroke Input Method (<span class="zh-Hant">筆畫輸入法</span>)][stroke]__

app/src/main/assets/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
}</style>
3333
</head>
3434
<body>
35-
<h1>Stroke Input Method (v0.4.0)</h1>
35+
<h1>Stroke Input Method (v0.5.0)</h1>
3636
<p>
3737
<b><a href="https://github.com/stroke-input/stroke-input-android">Stroke Input Method (<span class="zh-Hant">筆畫輸入法</span>)</a></b>
3838
is free software with NO WARRANTY etc. etc.

0 commit comments

Comments
 (0)