Skip to content

Commit 0f5259b

Browse files
committed
Bump version to v0.5.2
1 parent c4cbbd0 commit 0f5259b

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.2] Dark theme (2021-07-14)
8+
69
- Implemented dark theme for main activity and About
710
- Made About show full screen on mobile
811
- Made About have `max-width` on desktop
@@ -83,7 +86,9 @@ the actual functionality has not been implemented yet.
8386

8487

8588
[Unreleased]:
86-
https://github.com/stroke-input/stroke-input-android/compare/v0.5.1...HEAD
89+
https://github.com/stroke-input/stroke-input-android/compare/v0.5.2...HEAD
90+
[v0.5.2]:
91+
https://github.com/stroke-input/stroke-input-android/compare/v0.5.1...v0.5.2
8792
[v0.5.1]:
8893
https://github.com/stroke-input/stroke-input-android/compare/v0.5.0...v0.5.1
8994
[v0.5.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 8
13-
versionName "0.5.1"
12+
versionCode 9
13+
versionName "0.5.2"
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
@@ -47,7 +47,7 @@
4747
%%
4848

4949

50-
# Stroke Input Method (v0.5.1) #
50+
# Stroke Input Method (v0.5.2) #
5151

5252
----
5353
__[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
@@ -43,7 +43,7 @@
4343
}</style>
4444
</head>
4545
<body>
46-
<h1>Stroke Input Method (v0.5.1)</h1>
46+
<h1>Stroke Input Method (v0.5.2)</h1>
4747
<p>
4848
<b><a href="https://github.com/stroke-input/stroke-input-android">Stroke Input Method (<span class="zh-Hant">筆畫輸入法</span>)</a></b>
4949
is free software with NO WARRANTY etc. etc.

0 commit comments

Comments
 (0)