Skip to content

Commit 72c61ca

Browse files
committed
Release v0.0.29
1 parent 459bab6 commit 72c61ca

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
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.28
34+
RabbitRemoteControl_VERSION: v0.0.29
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: 0.0.27
30+
RabbitRemoteControl_VERSION: v0.0.29
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.28
9-
RabbitRemoteControl_VERSION_PRE: v0.0.27
8+
RabbitRemoteControl_VERSION: v0.0.29
9+
RabbitRemoteControl_VERSION_PRE: v0.0.28
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.28
25+
RabbitRemoteControl_VERSION: v0.0.29
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.28
45+
RabbitRemoteControl_VERSION: v0.0.29
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.28
30+
RabbitRemoteControl_VERSION: v0.0.29
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.28
57+
RabbitRemoteControl_VERSION: v0.0.29
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.28
28+
RabbitRemoteControl_VERSION: 0.0.29
2929
artifact_name: build_ubuntu
3030

3131
# Map the job outputs to step outputs

debian/changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
rabbitremotecontrol (0.0.29) unstable; urgency=medium
22

33

4-
-- Kang Lin <[email protected]> Fri, 06 Dec 2024 20:20:14 +0800
4+
-- Kang Lin <[email protected]> Sat, 07 Dec 2024 12:04:53 +0800

0 commit comments

Comments
 (0)