Skip to content

Commit 2383af6

Browse files
committed
Release v0.0.37
1 parent 0659394 commit 2383af6

22 files changed

+126
-126
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.36
35+
RabbitRemoteControl_VERSION: v0.0.37
3636
VCPKGGITCOMMITID: 6760f636e7bcd0dd034c5c0906f6174009465c29
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.36
34+
RabbitRemoteControl_VERSION: v0.0.37
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.36
9-
RabbitRemoteControl_VERSION_PRE: v0.0.35
8+
RabbitRemoteControl_VERSION: v0.0.37
9+
RabbitRemoteControl_VERSION_PRE: v0.0.36
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.36
43+
RabbitRemoteControl_VERSION: 0.0.37
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.36
25+
RabbitRemoteControl_VERSION: v0.0.37
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.36
23+
RabbitRemoteControl_VERSION: v0.0.37
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
@@ -37,7 +37,7 @@ jobs:
3737
SOURCE_DIR: ${{github.workspace}}/.cache/source
3838
TOOLS_DIR: ${{github.workspace}}/.cache/tools
3939
INSTALL_DIR: ${{github.workspace}}/.cache/install_${{matrix.os}}_${{matrix.BUILD_TYPE}}
40-
RabbitRemoteControl_VERSION: 0.0.36
40+
RabbitRemoteControl_VERSION: 0.0.37
4141
artifact_name: build_linux
4242

4343
# 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.36
49+
RabbitRemoteControl_VERSION: v0.0.37
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.36
34+
RabbitRemoteControl_VERSION: v0.0.37
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
@@ -58,7 +58,7 @@ jobs:
5858
CMAKE_GENERATOR_PLATFORM: ${{matrix.CMAKE_GENERATOR_PLATFORM}}
5959
qt_modules: ${{matrix.qt_modules}}
6060
artifact_name: build_msvc
61-
RabbitRemoteControl_VERSION: v0.0.36
61+
RabbitRemoteControl_VERSION: v0.0.37
6262

6363
# Map the job outputs to step outputs
6464
outputs:

0 commit comments

Comments
 (0)