Skip to content

Commit 151027b

Browse files
committed
Release v0.5.28
1 parent c37f3a2 commit 151027b

File tree

18 files changed

+38
-44
lines changed

18 files changed

+38
-44
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
SOURCE_DIR: ${{github.workspace}}/.cache/source
3535
TOOSL_DIR: ${{github.workspace}}/.cache/tools
3636
INSTALL_DIR: ${{github.workspace}}/.cache/install
37-
SerialPortAssistant_VERSION: v0.5.27
37+
SerialPortAssistant_VERSION: v0.5.28
3838
VCPKGGITCOMMITID: 59aeb8fe8fe1c980de6bd5ba634cf21024522d81
3939
VCPKG_TARGET_TRIPLET: ${{matrix.VCPKG_TARGET_TRIPLET}}
4040
VCPKG_DEFAULT_HOST_TRIPLET: x64-linux

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: build
55
env:
66
artifact_path: artifact_path
77
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8-
SerialPortAssistant_VERSION: v0.5.27
8+
SerialPortAssistant_VERSION: v0.5.28
99

1010
on:
1111
push:

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
TOOSL_DIR: ${{github.workspace}}/.cache/tools
4141
INSTALL_DIR: ${{github.workspace}}/.cache/install_macos
4242
qt_modules: ${{matrix.qt_modules}}
43-
SerialPortAssistant_VERSION: 0.5.27
43+
SerialPortAssistant_VERSION: 0.5.28
4444
artifact_name: build_macos
4545
VCPKGGITCOMMITID: 59aeb8fe8fe1c980de6bd5ba634cf21024522d81
4646

.github/workflows/mingw.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
SOURCE_DIR: ${{github.workspace}}\.cache\source
3131
TOOSL_DIR: ${{github.workspace}}\.cache\tools
3232
INSTALL_DIR: ${{github.workspace}}\.cache\install_mingw
33-
SerialPortAssistant_VERSION: v0.5.27
33+
SerialPortAssistant_VERSION: v0.5.28
3434
artifact_name: build_mingw
3535

3636
# Map the job outputs to step outputs

.github/workflows/msvc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
runs-on: windows-latest
4343

4444
env:
45-
SerialPortAssistant_VERSION: v0.5.27
45+
SerialPortAssistant_VERSION: v0.5.28
4646
SOURCE_DIR: ${{github.workspace}}\.cache\source
4747
TOOSL_DIR: ${{github.workspace}}\.cache\tools
4848
INSTALL_DIR: ${{github.workspace}}\.cache\install_${{matrix.qt_arch}}_${{matrix.BUILD_TYPE}}

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
SOURCE_DIR: ${{github.workspace}}/.cache/source
2727
TOOSL_DIR: ${{github.workspace}}/.cache/tools
2828
INSTALL_DIR: ${{github.workspace}}/.cache/install_ubuntu_${{matrix.BUILD_TYPE}}
29-
SerialPortAssistant_VERSION: 0.5.27
29+
SerialPortAssistant_VERSION: 0.5.28
3030
artifact_name: build_ubuntu
3131

3232
# Map the job outputs to step outputs

App/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ endif()
2828
GET_VERSION(OUT_VERSION SerialPortAssistant_VERSION
2929
OUT_REVISION SerialPortAssistant_Revision)
3030
IF(NOT SerialPortAssistant_VERSION)
31-
SET(SerialPortAssistant_VERSION "0.5.27")
31+
SET(SerialPortAssistant_VERSION "0.5.28")
3232
ENDIF()
3333
message("SerialPortAssistant_VERSION:${SerialPortAssistant_VERSION};Revision:${SerialPortAssistant_Revision}")
3434

App/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 xmlns:android="http://schemas.android.com/apk/res/android" package="org.KangLinStudio.SerialPortAssistant" android:installLocation="auto" android:versionCode="0" android:versionName="0.5.27" >
2+
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="org.KangLinStudio.SerialPortAssistant" android:installLocation="auto" android:versionCode="0" android:versionName="0.5.28" >
33

44
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
55
<uses-permission android:name="android.permission.INTERNET"/>

ChangeLog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
- Version: v0.5.28
2+
- Use [RabbitCommon v2.3.1](https://github.com/KangLin/RabbitCommon/releases/tag/v2.3.1)
3+
14
- Version: v0.5.27
25
- Add snap
36
- Greater than Android 9

ChangeLog_zh_CN.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
- 版本: v0.5.28
2+
- 使用 [RabbitCommon v2.3.1](https://github.com/KangLin/RabbitCommon/releases/tag/v2.3.1)
3+
14
- 版本: v0.5.27
25
- 增加 snap
36
- 大于 Android 9

0 commit comments

Comments
 (0)