Skip to content

Commit 9488324

Browse files
committed
Release v0.1.0-bate5
1 parent 726a0cb commit 9488324

23 files changed

+27
-27
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ubuntu-24.04
3434

3535
env:
36-
RabbitRemoteControl_VERSION: v0.0.36
36+
RabbitRemoteControl_VERSION: v0.1.0-bate5
3737
VCPKGGITCOMMITID: 7213cf8135c329c37c7e2778e40774489a0583a8
3838
VCPKG_TARGET_TRIPLET: ${{matrix.VCPKG_TARGET_TRIPLET}}
3939
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.1.0-bate5
3535
artifact_name: build_appimage
3636
qt_modules: 'qtscxml qtmultimedia qtimageformats qtserialport qt5compat qtpositioning qtwebchannel qtwebengine'
3737

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ name: build
66
env:
77
artifact_path: artifact_path
88
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9-
RabbitRemoteControl_VERSION: 0.0.36
10-
RabbitRemoteControl_VERSION_PRE: v0.0.35
9+
RabbitRemoteControl_VERSION: 0.1.0-bate5
10+
RabbitRemoteControl_VERSION_PRE: v0.0.37
1111

1212
on:
1313
push:

.github/workflows/docker.yml

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

7979
env:
80-
RabbitRemoteControl_VERSION: 0.0.36
80+
RabbitRemoteControl_VERSION: 0.1.0-bate5
8181
artifact_name: build_docker
8282
BUILD_DIR: ${{github.workspace}}/build
8383
SOURCE_DIR: ${{github.workspace}}/.cache/source

.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.1.0-bate5
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: build_flatpak
23-
RabbitRemoteControl_VERSION: v0.0.36
23+
RabbitRemoteControl_VERSION: v0.1.0-bate5
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
@@ -38,7 +38,7 @@ jobs:
3838
TOOLS_DIR: ${{github.workspace}}/.cache/tools
3939
INSTALL_DIR: ${{github.workspace}}/.cache/install_${{matrix.os}}_${{matrix.BUILD_TYPE}}
4040
BUILD_VERBOSE: ON
41-
RabbitRemoteControl_VERSION: 0.0.36
41+
RabbitRemoteControl_VERSION: 0.1.0-bate5
4242
artifact_name: build_linux
4343

4444
# 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
@@ -57,7 +57,7 @@ jobs:
5757
VCPKG_DEFAULT_TRIPLET: ${{matrix.VCPKG_TARGET_TRIPLET}}
5858
VCPKG_MANIFEST_FEATURES: "freerdp;vnc;terminal;filetransfer"
5959
artifact_name: build_macos
60-
RabbitRemoteControl_VERSION: v0.0.36
60+
RabbitRemoteControl_VERSION: v0.1.0-bate5
6161

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

.github/workflows/macos_script.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
VCPKG_DEFAULT_TRIPLET: ${{matrix.VCPKG_TARGET_TRIPLET}}
4646
#VCPKG_MANIFEST_FEATURES: "freerdp;vnc;wol"
4747
artifact_name: build_macos
48-
RabbitRemoteControl_VERSION: v0.0.36
48+
RabbitRemoteControl_VERSION: v0.1.0-bate5
4949
BUILD_VERBOSE: OFF
5050

5151
# Map the job outputs to step 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.1.0-bate5
3535
artifact_name: build_mingw
3636

3737
# Map the job outputs to step outputs

0 commit comments

Comments
 (0)