Skip to content

Commit 265d75d

Browse files
committed
Release v0.0.35
1 parent 2a23528 commit 265d75d

File tree

23 files changed

+121
-120
lines changed

23 files changed

+121
-120
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ubuntu-latest
3333

3434
env:
35-
RabbitRemoteControl_VERSION: v0.0.34
35+
RabbitRemoteControl_VERSION: v0.0.35
3636
VCPKGGITCOMMITID: d5182f703b51d7b258f83f94d936ac03488dcdbe
3737
VCPKG_TARGET_TRIPLET: ${{matrix.VCPKG_TARGET_TRIPLET}}
3838
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
@@ -31,7 +31,7 @@ jobs:
3131
SOURCE_DIR: ${{github.workspace}}/.cache/source
3232
TOOLS_DIR: ${{github.workspace}}/.cache/tools
3333
INSTALL_DIR: ${{github.workspace}}/.cache/install_${{matrix.os}}_${{matrix.BUILD_TYPE}}
34-
RabbitRemoteControl_VERSION: v0.0.34
34+
RabbitRemoteControl_VERSION: v0.0.35
3535
artifact_name: build_appimage
3636
qt_modules: 'qtscxml qtmultimedia qtimageformats qtserialport qt5compat'
3737

.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.34
9-
RabbitRemoteControl_VERSION_PRE: v0.0.33
8+
RabbitRemoteControl_VERSION: v0.0.35
9+
RabbitRemoteControl_VERSION_PRE: v0.0.34
1010

1111
on:
1212
push:

.github/workflows/docker.yml

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

4242
env:
43-
RabbitRemoteControl_VERSION: 0.0.34
43+
RabbitRemoteControl_VERSION: 0.0.35
4444
artifact_name: build_docker
4545

4646
# Map the job outputs to step outputs

.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.34
25+
RabbitRemoteControl_VERSION: v0.0.35
2626

2727
# Map the job outputs to step outputs
2828
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: RabbitRemoteControl
23-
RabbitRemoteControl_VERSION: v0.0.34
23+
RabbitRemoteControl_VERSION: v0.0.35
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/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
SOURCE_DIR: ${{github.workspace}}/.cache/source
3333
TOOLS_DIR: ${{github.workspace}}/.cache/tools
3434
INSTALL_DIR: ${{github.workspace}}/.cache/install_${{matrix.os}}_${{matrix.BUILD_TYPE}}
35-
RabbitRemoteControl_VERSION: 0.0.34
35+
RabbitRemoteControl_VERSION: 0.0.35
3636
artifact_name: build_linux
3737

3838
# Map the job outputs to step outputs

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
VCPKG_DEFAULT_TRIPLET: ${{matrix.VCPKG_TARGET_TRIPLET}}
4747
VCPKG_MANIFEST_FEATURES: "freerdp;vnc;wol"
4848
artifact_name: build_macos
49-
RabbitRemoteControl_VERSION: v0.0.34
49+
RabbitRemoteControl_VERSION: v0.0.35
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
@@ -31,7 +31,7 @@ jobs:
3131
SOURCE_DIR: ${{github.workspace}}\.cache\source
3232
TOOLS_DIR: ${{github.workspace}}\.cache\tools
3333
INSTALL_DIR: ${{github.workspace}}\.cache\install
34-
RabbitRemoteControl_VERSION: v0.0.34
34+
RabbitRemoteControl_VERSION: v0.0.35
3535
artifact_name: build_mingw
3636

3737
# 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
@@ -56,7 +56,7 @@ jobs:
5656
CMAKE_GENERATOR_PLATFORM: ${{matrix.CMAKE_GENERATOR_PLATFORM}}
5757
qt_modules: ${{matrix.qt_modules}}
5858
artifact_name: build_msvc
59-
RabbitRemoteControl_VERSION: v0.0.34
59+
RabbitRemoteControl_VERSION: v0.0.35
6060

6161
# Map the job outputs to step outputs
6262
outputs:

0 commit comments

Comments
 (0)