Skip to content

Commit 49ce260

Browse files
committed
V0.3.1
1 parent 9e9cdc1 commit 49ce260

File tree

7 files changed

+22
-2
lines changed

7 files changed

+22
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22

33
[中文](doc/CHANGELOG/CHANGELOG_zh_CN.md)
44

5+
## V0.3.1
6+
+ Fix a build error (commit 9e9cdc1837)
7+
58
## V0.3
9+
(Deprecated, please use V0.3.1 or higher)
610
+ Support Rx timestamp
711
+ Support hardware serial port on Android (commit 47de23b11a)
812

doc/CHANGELOG/CHANGELOG_zh_CN.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22

33
[English](../../CHANGELOG.md)
44

5+
## V0.3.1
6+
+ 修复一个编译错误 (commit 9e9cdc1837)
7+
58
## V0.3
9+
(已弃用,请使用V0.3.1或更高版本)
610
+ 支持显示接收数据时间戳
711
+ 支持Android硬件串口 (commit 47de23b11a)
812

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
V0.3.1
2+
+ Fix a build error (commit 9e9cdc1837)
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
V0.3.1
2+
+ 修复一个编译错误 (commit 9e9cdc1837)

pack/aur/io.github.wh201906.serialtest.metainfo.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,17 @@
4343
</screenshots>
4444

4545
<releases>
46+
<release version="0.3.1" date="2023-05-14">
47+
<description>
48+
<ul>
49+
<li>Fix a build error (commit 9e9cdc1837)</li>
50+
</ul>
51+
</description>
52+
</release>
4653
<release version="0.3" date="2023-05-13">
4754
<description>
4855
<ul>
56+
<li>(Deprecated, please use V0.3.1 or higher)</li>
4957
<li>Support Rx timestamp</li>
5058
<li>Support hardware serial port on Android (commit 47de23b11a)</li>
5159
</ul>

src/SerialTest.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ qnx {
9191
}
9292

9393
# Remember to change version in AndroidManifest.xml
94-
VERSION = 0.3.0
94+
VERSION = 0.3.1
9595
QMAKE_TARGET_PRODUCT = "SerialTest"
9696
QMAKE_TARGET_DESCRIPTION = "SerialTest"
9797
QMAKE_TARGET_COMPANY = "wh201906"

src/android/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0"?>
2-
<manifest package="priv.wh201906.serialtest" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="V0.3" android:versionCode="30" android:installLocation="auto">
2+
<manifest package="priv.wh201906.serialtest" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="V0.3.1" android:versionCode="31" android:installLocation="auto">
33
<!-- The following comment will be replaced upon deployment with default permissions based on the dependencies of the application.
44
Remove the comment if you do not require these default permissions. -->
55
<!-- %%INSERT_PERMISSIONS -->

0 commit comments

Comments
 (0)