Skip to content

Commit e3846c6

Browse files
committed
Release v0.5.31
1 parent 64df5d5 commit e3846c6

17 files changed

Lines changed: 51 additions & 44 deletions

File tree

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
ANDROID_PLATFORM: android-35
4343
ANDROID_NATIVE_API_LEVEL: 35
4444
qt_modules: 'qtscxml qtserialport'
45-
SerialPortAssistant_VERSION: v0.5.30
45+
SerialPortAssistant_VERSION: v0.5.31
4646

4747
# Map the job outputs to step outputs
4848
outputs:

.github/workflows/appimage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
INSTALL_DIR: ${{github.workspace}}/.cache/install_${{matrix.os}}_${{matrix.qt_arch}}_${{matrix.BUILD_TYPE}}
3939
artifact_name: build_appimage
4040
qt_modules: 'qtscxml'
41-
SerialPortAssistant_VERSION: v0.5.30
41+
SerialPortAssistant_VERSION: v0.5.31
4242

4343
# Map the job outputs to step outputs
4444
outputs:

.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.30
8+
SerialPortAssistant_VERSION: v0.5.31
99

1010
on:
1111
push:

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
qt_modules: ${{matrix.qt_modules}}
4444
artifact_name: build_macos
4545
VCPKGGITCOMMITID: 59aeb8fe8fe1c980de6bd5ba634cf21024522d81
46-
SerialPortAssistant_VERSION: 0.5.30
46+
SerialPortAssistant_VERSION: 0.5.31
4747

4848
# Map the job outputs to step outputs
4949
outputs:

.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
TOOLS_DIR: ${{github.workspace}}\.cache\tools
3232
INSTALL_DIR: ${{github.workspace}}\.cache\install_mingw
33-
SerialPortAssistant_VERSION: v0.5.30
33+
SerialPortAssistant_VERSION: v0.5.31
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.30
45+
SerialPortAssistant_VERSION: v0.5.31
4646
BUILD_DIR: ${{github.workspace}}/build
4747
SOURCE_DIR: ${{github.workspace}}\.cache\source
4848
TOOLS_DIR: ${{github.workspace}}\.cache\tools

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
TOOLS_DIR: ${{github.workspace}}/.cache/tools
3131
INSTALL_DIR: ${{github.workspace}}/.cache/install_${{matrix.os}}_${{matrix.BUILD_TYPE}}
3232
artifact_name: build_ubuntu
33-
SerialPortAssistant_VERSION: 0.5.30
33+
SerialPortAssistant_VERSION: 0.5.31
3434

3535
# Map the job outputs to step outputs
3636
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.30")
31+
SET(SerialPortAssistant_VERSION "0.5.31")
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.30" >
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.31" >
33

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

Install/Install.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
; HM NIS Edit Wizard helper defines
44
!define PRODUCT_NAME "SerialPortAssistant"
5-
!define PRODUCT_VERSION "v0.5.30"
5+
!define PRODUCT_VERSION "v0.5.31"
66
!define PRODUCT_PUBLISHER "KangLin studio"
77
!define PRODUCT_WEB_SITE "https://github.com/KangLin/${PRODUCT_NAME}"
88
!define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\${PRODUCT_NAME}.exe"

0 commit comments

Comments
 (0)