Skip to content

Commit 7c9996e

Browse files
committed
Release v0.5.32
1 parent 020d7b5 commit 7c9996e

File tree

17 files changed

+38
-33
lines changed

17 files changed

+38
-33
lines changed

.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.31
45+
SerialPortAssistant_VERSION: v0.5.32
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
@@ -35,7 +35,7 @@ jobs:
3535
INSTALL_DIR: ${{github.workspace}}/.cache/install_${{matrix.os}}_${{matrix.qt_arch}}_${{matrix.BUILD_TYPE}}
3636
artifact_name: build_appimage
3737
qt_modules: 'qtscxml'
38-
SerialPortAssistant_VERSION: v0.5.31
38+
SerialPortAssistant_VERSION: v0.5.32
3939

4040
# Map the job outputs to step outputs
4141
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: 0.5.31
8+
SerialPortAssistant_VERSION: 0.5.32
99

1010
on:
1111
push:

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
runs-on: ${{matrix.variant.os}}
3737

3838
env:
39-
SerialPortAssistant_VERSION: 0.5.31
39+
SerialPortAssistant_VERSION: 0.5.32
4040
artifact_name: build_docker
4141

4242
# Map the job outputs to step outputs

.github/workflows/flatpak.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
env:
2222
artifact_name: SerialPortAssistant
23-
SerialPortAssistant_VERSION: v0.5.31
23+
SerialPortAssistant_VERSION: v0.5.32
2424

2525
# See: [About GitHub-hosted runners](https://docs.github.com/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners)
2626
# See: [Choosing the runner for a job](https://docs.github.com/actions/writing-workflows/choosing-where-your-workflow-runs/choosing-the-runner-for-a-job)

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
qt_modules: "qtscxml qtmultimedia qtserialport qt5compat qtwebsockets qtpositioning qtwebchannel"
4747
artifact_name: build_macos
4848
VCPKGGITCOMMITID: 4c5ae6b55f3e3e39d291679f89822f496cf190ee
49-
SerialPortAssistant_VERSION: v0.5.31
49+
SerialPortAssistant_VERSION: v0.5.32
5050

5151
# Map the job outputs to step outputs
5252
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.31
33+
SerialPortAssistant_VERSION: v0.5.32
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
@@ -44,7 +44,7 @@ jobs:
4444
runs-on: ${{matrix.os}}
4545

4646
env:
47-
SerialPortAssistant_VERSION: v0.5.31
47+
SerialPortAssistant_VERSION: v0.5.32
4848
BUILD_DIR: ${{github.workspace}}\build
4949
SOURCE_DIR: ${{github.workspace}}\.cache\source
5050
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.31
33+
SerialPortAssistant_VERSION: 0.5.32
3434

3535
# Map the job outputs to step outputs
3636
outputs:

App/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ GET_VERSION(OUT_VERSION SerialPortAssistant_VERSION
4040
OUT_REVISION SerialPortAssistant_Revision
4141
OUT_TAG SerialPortAssistantTAG)
4242
IF(NOT SerialPortAssistant_VERSION)
43-
SET(SerialPortAssistant_VERSION "0.5.31")
43+
SET(SerialPortAssistant_VERSION "0.5.32")
4444
ENDIF()
4545
IF(NOT SerialPortAssistantTAG)
46-
SET(SerialPortAssistantTAG "0.5.31")
46+
SET(SerialPortAssistantTAG "0.5.32")
4747
ENDIF()
4848
message("SerialPortAssistant_VERSION:${SerialPortAssistant_VERSION};Revision:${SerialPortAssistant_Revision};Tag:${SerialPortAssistantTAG}")
4949

0 commit comments

Comments
 (0)