Skip to content

Commit

Permalink
Release v0.0.29
Browse files Browse the repository at this point in the history
  • Loading branch information
KangLin committed Dec 7, 2024
1 parent 459bab6 commit 72c61ca
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-24.04

env:
RabbitRemoteControl_VERSION: v0.0.28
RabbitRemoteControl_VERSION: v0.0.29
VCPKGGITCOMMITID: 9f5925e81bbcd9c8c34cc7a8bd25e3c557b582b2
VCPKG_TARGET_TRIPLET: ${{matrix.VCPKG_TARGET_TRIPLET}}
VCPKG_DEFAULT_TRIPLET: ${{matrix.VCPKG_TARGET_TRIPLET}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
SOURCE_DIR: ${{github.workspace}}/.cache/source
TOOSL_DIR: ${{github.workspace}}/.cache/tools
INSTALL_DIR: ${{github.workspace}}/.cache/install
RabbitRemoteControl_VERSION: 0.0.27
RabbitRemoteControl_VERSION: v0.0.29
artifact_name: build_appimage

# Map the job outputs to step outputs
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ name: build
env:
artifact_path: artifact_path
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RabbitRemoteControl_VERSION: v0.0.28
RabbitRemoteControl_VERSION_PRE: v0.0.27
RabbitRemoteControl_VERSION: v0.0.29
RabbitRemoteControl_VERSION_PRE: v0.0.28

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/doxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
INSTALL_DIR: ${{github.workspace}}/.cache/install_ubuntu
DOXYGEN_VERSION: 1.9.8
artifact_name: build_doxygen
RabbitRemoteControl_VERSION: v0.0.28
RabbitRemoteControl_VERSION: v0.0.29

# Map the job outputs to step outputs
outputs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
VCPKG_DEFAULT_TRIPLET: ${{matrix.VCPKG_TARGET_TRIPLET}}
VCPKG_MANIFEST_FEATURES: "freerdp;vnc;wol"
artifact_name: build_macos
RabbitRemoteControl_VERSION: v0.0.28
RabbitRemoteControl_VERSION: v0.0.29

# Map the job outputs to step outputs
outputs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
SOURCE_DIR: ${{github.workspace}}\.cache\source
TOOSL_DIR: ${{github.workspace}}\.cache\tools
INSTALL_DIR: ${{github.workspace}}\.cache\install
RabbitRemoteControl_VERSION: v0.0.28
RabbitRemoteControl_VERSION: v0.0.29
artifact_name: build_mingw

# Map the job outputs to step outputs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
CMAKE_GENERATOR_PLATFORM: ${{matrix.CMAKE_GENERATOR_PLATFORM}}
qt_modules: ${{matrix.qt_modules}}
artifact_name: build_msvc
RabbitRemoteControl_VERSION: v0.0.28
RabbitRemoteControl_VERSION: v0.0.29

# Map the job outputs to step outputs
outputs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
SOURCE_DIR: ${{github.workspace}}/.cache/source
TOOSL_DIR: ${{github.workspace}}/.cache/tools
INSTALL_DIR: ${{github.workspace}}/.cache/install
RabbitRemoteControl_VERSION: 0.0.28
RabbitRemoteControl_VERSION: 0.0.29
artifact_name: build_ubuntu

# Map the job outputs to step outputs
Expand Down
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
rabbitremotecontrol (0.0.29) unstable; urgency=medium


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

0 comments on commit 72c61ca

Please sign in to comment.