Skip to content

Commit ad3cfeb

Browse files
committed
Bump version to v0.9.2
1 parent 77994e2 commit ad3cfeb

7 files changed

Lines changed: 13 additions & 8 deletions

File tree

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.9.2] Fixes and unit testing (2022-01-21)
8+
69
### Dependencies
710

811
- Update stroke input data to [Conway Stroke Data v1.3.0]
@@ -277,7 +280,9 @@ the actual functionality has not been implemented yet.
277280

278281

279282
[Unreleased]:
280-
https://github.com/stroke-input/stroke-input-android/compare/v0.9.1...HEAD
283+
https://github.com/stroke-input/stroke-input-android/compare/v0.9.2...HEAD
284+
[v0.9.2]:
285+
https://github.com/stroke-input/stroke-input-android/compare/v0.9.1...v0.9.2
281286
[v0.9.1]:
282287
https://github.com/stroke-input/stroke-input-android/compare/v0.9.0...v0.9.1
283288
[v0.9.0]:

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ android
1212
applicationId "io.github.yawnoc.strokeinput"
1313
minSdkVersion 24
1414
targetSdkVersion 31
15-
versionCode 23
16-
versionName "0.9.1"
15+
versionCode 24
16+
versionName "0.9.2"
1717
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1818
}
1919
buildTypes

app/src/main/assets/about-zh-Hans-CN.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<title>关于</title>
88
</head>
99
<body>
10-
<h1>笔画输入法 (v0.9.1)</h1>
10+
<h1>笔画输入法 (v0.9.2)</h1>
1111
<p>
1212
<b><a href="https://github.com/stroke-input/stroke-input-android">笔画输入法</a></b>是自由开源软件,恕无担保。
1313
</p>

app/src/main/assets/about-zh-Hant-HK.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<title>關於</title>
88
</head>
99
<body>
10-
<h1>筆畫輸入法 (v0.9.1)</h1>
10+
<h1>筆畫輸入法 (v0.9.2)</h1>
1111
<p>
1212
<b><a href="https://github.com/stroke-input/stroke-input-android">筆畫輸入法</a></b>為自由開源軟件,恕無擔保。
1313
</p>

app/src/main/assets/about-zh-Hant-TW.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<title>關於</title>
88
</head>
99
<body>
10-
<h1>筆畫輸入法 (v0.9.1)</h1>
10+
<h1>筆畫輸入法 (v0.9.2)</h1>
1111
<p>
1212
<b><a href="https://github.com/stroke-input/stroke-input-android">筆畫輸入法</a></b>為自由開源軟體,恕無擔保。
1313
</p>

app/src/main/assets/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<title>About</title>
88
</head>
99
<body>
10-
<h1>Stroke Input Method (v0.9.1)</h1>
10+
<h1>Stroke Input Method (v0.9.2)</h1>
1111
<p>
1212
<b><a href="https://github.com/stroke-input/stroke-input-android">Stroke Input Method</a></b> is free and open-source software
1313
with ABSOLUTELY NO WARRANTY.

app/src/main/assets/links.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{: \CC-BY-4.0 : b<https://creativecommons.org/licenses/by/4.0/> :}
44
{: \CC0 : b<https://creativecommons.org/publicdomain/zero/1.0/> :}
55

6-
{: \stroke-input-version: v0.9.1 :}
6+
{: \stroke-input-version: v0.9.2 :}
77
{: \stroke-input-year: 2021--2022 :}
88
{: \stroke-input-url :
99
https://github.com/stroke-input/stroke-input-android

0 commit comments

Comments
 (0)