Skip to content

Commit ba6c5db

Browse files
committed
Release v0.0.32
1 parent cc84bac commit ba6c5db

File tree

18 files changed

+87
-87
lines changed

18 files changed

+87
-87
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-24.04
3232

3333
env:
34-
RabbitRemoteControl_VERSION: v0.0.31
34+
RabbitRemoteControl_VERSION: v0.0.32
3535
VCPKGGITCOMMITID: 9f5925e81bbcd9c8c34cc7a8bd25e3c557b582b2
3636
VCPKG_TARGET_TRIPLET: ${{matrix.VCPKG_TARGET_TRIPLET}}
3737
VCPKG_DEFAULT_TRIPLET: ${{matrix.VCPKG_TARGET_TRIPLET}}

.github/workflows/appimage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
SOURCE_DIR: ${{github.workspace}}/.cache/source
2828
TOOSL_DIR: ${{github.workspace}}/.cache/tools
2929
INSTALL_DIR: ${{github.workspace}}/.cache/install
30-
RabbitRemoteControl_VERSION: v0.0.31
30+
RabbitRemoteControl_VERSION: v0.0.32
3131
artifact_name: build_appimage
3232

3333
# Map the job outputs to step outputs

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ name: build
55
env:
66
artifact_path: artifact_path
77
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8-
RabbitRemoteControl_VERSION: v0.0.31
9-
RabbitRemoteControl_VERSION_PRE: v0.0.30
8+
RabbitRemoteControl_VERSION: v0.0.32
9+
RabbitRemoteControl_VERSION_PRE: v0.0.31
1010

1111
on:
1212
push:

.github/workflows/doxygen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
INSTALL_DIR: ${{github.workspace}}/.cache/install_ubuntu
2323
DOXYGEN_VERSION: 1.9.8
2424
artifact_name: build_doxygen
25-
RabbitRemoteControl_VERSION: v0.0.31
25+
RabbitRemoteControl_VERSION: v0.0.32
2626

2727
# Map the job outputs to step outputs
2828
outputs:

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
VCPKG_DEFAULT_TRIPLET: ${{matrix.VCPKG_TARGET_TRIPLET}}
4343
VCPKG_MANIFEST_FEATURES: "freerdp;vnc;wol"
4444
artifact_name: build_macos
45-
RabbitRemoteControl_VERSION: v0.0.31
45+
RabbitRemoteControl_VERSION: v0.0.32
4646

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

.github/workflows/mingw.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
SOURCE_DIR: ${{github.workspace}}\.cache\source
2828
TOOSL_DIR: ${{github.workspace}}\.cache\tools
2929
INSTALL_DIR: ${{github.workspace}}\.cache\install
30-
RabbitRemoteControl_VERSION: v0.0.31
30+
RabbitRemoteControl_VERSION: v0.0.32
3131
artifact_name: build_mingw
3232

3333
# 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
@@ -54,7 +54,7 @@ jobs:
5454
CMAKE_GENERATOR_PLATFORM: ${{matrix.CMAKE_GENERATOR_PLATFORM}}
5555
qt_modules: ${{matrix.qt_modules}}
5656
artifact_name: build_msvc
57-
RabbitRemoteControl_VERSION: v0.0.31
57+
RabbitRemoteControl_VERSION: v0.0.32
5858

5959
# Map the job outputs to step outputs
6060
outputs:

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
SOURCE_DIR: ${{github.workspace}}/.cache/source
2626
TOOSL_DIR: ${{github.workspace}}/.cache/tools
2727
INSTALL_DIR: ${{github.workspace}}/.cache/install
28-
RabbitRemoteControl_VERSION: 0.0.31
28+
RabbitRemoteControl_VERSION: 0.0.32
2929
artifact_name: build_ubuntu
3030

3131
# Map the job outputs to step outputs

App/Client/android/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<manifest
33
xmlns:android="http://schemas.android.com/apk/res/android"
44
package="org.KangLinStudio.RabbitRemoteControl"
5-
android:versionName="0.0.31"
5+
android:versionName="0.0.32"
66
android:versionCode="0"
77
android:installLocation="auto">
88

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ endif()
134134
GET_VERSION(OUT_VERSION RabbitRemoteControl_VERSION
135135
OUT_REVISION RabbitRemoteControl_REVISION)
136136
IF(NOT RabbitRemoteControl_VERSION)
137-
SET(RabbitRemoteControl_VERSION "0.0.31")
137+
SET(RabbitRemoteControl_VERSION "0.0.32")
138138
ENDIF()
139139
message("RabbitRemoteControl_VERSION:${RabbitRemoteControl_VERSION};Revision:${RabbitRemoteControl_REVISION}")
140140
set(VERSION ${RabbitRemoteControl_VERSION})

0 commit comments

Comments
 (0)