Skip to content

Commit

Permalink
Release v0.0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
KangLin committed Aug 30, 2022
1 parent 4ae5bdb commit 24ebb6b
Show file tree
Hide file tree
Showing 13 changed files with 70 additions and 70 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
SOURCE_DIR: ${{github.workspace}}/.cache/source
TOOSL_DIR: ${{github.workspace}}/.cache/tools
INSTALL_DIR: ${{github.workspace}}/.cache/install
RabbitRemoteControl_VERSION: v0.0.22
RabbitRemoteControl_VERSION: v0.0.23
VCPKGGITCOMMITID: faed44dfa013088fe1910908a8a65887622f412f
qt_modules: qtwebengine

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/doxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
SOURCE_DIR: ${{github.workspace}}/.cache/source
TOOSL_DIR: ${{github.workspace}}/.cache/tools
INSTALL_DIR: ${{github.workspace}}/.cache/install_ubuntu
RabbitRemoteControl_VERSION: v0.0.22
RabbitRemoteControl_VERSION: v0.0.23
DOXYGEN_VERSION: 1.9.4

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
SOURCE_DIR: ${{github.workspace}}\.cache\source
TOOSL_DIR: ${{github.workspace}}\.cache\tools
INSTALL_DIR: ${{github.workspace}}\.cache\install_mingw
RabbitRemoteControl_VERSION: v0.0.22
RabbitRemoteControl_VERSION: v0.0.23

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
CMAKE_GENERATOR: ${{matrix.CMAKE_GENERATOR}}
VCPKG_PLATFORM_TOOLSET: ${{matrix.VCPKG_PLATFORM_TOOLSET}}
CMAKE_GENERATOR_PLATFORM: ${{matrix.CMAKE_GENERATOR_PLATFORM}}
RabbitRemoteControl_VERSION: v0.0.22
RabbitRemoteControl_VERSION: v0.0.23
VCPKGGITCOMMITID: 5cf60186a241e84e8232641ee973395d4fde90e1
VCPKG_OVERLAY_PORTS: ${{github.workspace}}\vcpkg\ports
qt_modules: qtwebengine ${{matrix.qt_modules}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
SOURCE_DIR: ${{github.workspace}}/.cache/source
TOOSL_DIR: ${{github.workspace}}/.cache/tools
INSTALL_DIR: ${{github.workspace}}/.cache/install_ubuntu_2022_02_14
RabbitRemoteControl_VERSION: 0.0.22
RabbitRemoteControl_VERSION: 0.0.23

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if(POLICY CMP0021)
cmake_policy(SET CMP0021 NEW)
endif()

SET(RabbitRemoteControl_VERSION "v0.0.22")
SET(RabbitRemoteControl_VERSION "v0.0.23")
# Find Git Version Patch
IF(EXISTS "${CMAKE_SOURCE_DIR}/.git")
if(NOT GIT)
Expand Down
2 changes: 1 addition & 1 deletion Install/Install.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
!define PRODUCT_NAME "RabbitRemoteControl"
!define PRODUCT_APP_NAME "RabbitRemoteControlApp"
!define PRODUCT_APP_SERVICE_CONFIGURE_NAME "RabbitRemoteControlServiceConfigure"
!define PRODUCT_VERSION "v0.0.22"
!define PRODUCT_VERSION "v0.0.23"
!define PRODUCT_PUBLISHER "KangLin studio"
!define PRODUCT_WEB_SITE "https://github.com/KangLin/${PRODUCT_NAME}"
!define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\${PRODUCT_APP_NAME}.exe"
Expand Down
58 changes: 29 additions & 29 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,47 +285,47 @@ See requirements for details: https://github.com/KangLin/RabbitRemoteControl/iss
- [![Release](https://img.shields.io/github/release-pre/KangLin/RabbitRemoteControl?label=Github%20Release)](https://github.com/KangLin/RabbitRemoteControl/releases)
- [![Download RabbitRemoteControl](https://a.fsdn.com/con/app/sf-download-button)](https://sourceforge.net/projects/rabbitremotecontrol/files/latest/download)

+ Current version: v0.0.22
+ Current version: v0.0.23
- Windows: Supported WINDOWS 7 and later version
+ Install package: RabbitRemoteControl_setup_v0.0.22.exe
- [Download from Github](https://github.com/KangLin/RabbitRemoteControl/releases/download/v0.0.22/RabbitRemoteControl_setup_v0.0.22.exe)
- [Download from sourceforge](https://sourceforge.net/projects/rabbitremotecontrol/files/v0.0.22/RabbitRemoteControl_setup_v0.0.22.exe/download)
+ MD5SUM file: RabbitRemoteControl_setup_v0.0.22.exe.md5sum
- [Download from Github](https://github.com/KangLin/RabbitRemoteControl/releases/download/v0.0.22/RabbitRemoteControl_setup_v0.0.22.exe.md5sum)
- [Download from sourceforge](https://sourceforge.net/projects/rabbitremotecontrol/files/v0.0.22/RabbitRemoteControl_setup_v0.0.22.exe.md5sum/download)
+ No need to install package: RabbitRemoteControl_windows_v0.0.22.zip
- [Download from Github](https://github.com/KangLin/RabbitRemoteControl/releases/download/v0.0.22/RabbitRemoteControl_windows_v0.0.22.zip)
- [Download from sourceforge](https://sourceforge.net/projects/rabbitremotecontrol/files/v0.0.22/RabbitRemoteControl_windows_v0.0.22.zip/download)
+ MD5SUM file: RabbitRemoteControl_windows_v0.0.22.zip.md5sum
- [Download from Github](https://github.com/KangLin/RabbitRemoteControl/releases/download/v0.0.22/RabbitRemoteControl_windows_v0.0.22.zip.md5sum)
- [Download from sourceforge](https://sourceforge.net/projects/rabbitremotecontrol/files/v0.0.22/RabbitRemoteControl_windows_v0.0.22.zip.md5sum/download)
+ Install package: RabbitRemoteControl_setup_v0.0.23.exe
- [Download from Github](https://github.com/KangLin/RabbitRemoteControl/releases/download/v0.0.23/RabbitRemoteControl_setup_v0.0.23.exe)
- [Download from sourceforge](https://sourceforge.net/projects/rabbitremotecontrol/files/v0.0.23/RabbitRemoteControl_setup_v0.0.23.exe/download)
+ MD5SUM file: RabbitRemoteControl_setup_v0.0.23.exe.md5sum
- [Download from Github](https://github.com/KangLin/RabbitRemoteControl/releases/download/v0.0.23/RabbitRemoteControl_setup_v0.0.23.exe.md5sum)
- [Download from sourceforge](https://sourceforge.net/projects/rabbitremotecontrol/files/v0.0.23/RabbitRemoteControl_setup_v0.0.23.exe.md5sum/download)
+ No need to install package: RabbitRemoteControl_windows_v0.0.23.zip
- [Download from Github](https://github.com/KangLin/RabbitRemoteControl/releases/download/v0.0.23/RabbitRemoteControl_windows_v0.0.23.zip)
- [Download from sourceforge](https://sourceforge.net/projects/rabbitremotecontrol/files/v0.0.23/RabbitRemoteControl_windows_v0.0.23.zip/download)
+ MD5SUM file: RabbitRemoteControl_windows_v0.0.23.zip.md5sum
- [Download from Github](https://github.com/KangLin/RabbitRemoteControl/releases/download/v0.0.23/RabbitRemoteControl_windows_v0.0.23.zip.md5sum)
- [Download from sourceforge](https://sourceforge.net/projects/rabbitremotecontrol/files/v0.0.23/RabbitRemoteControl_windows_v0.0.23.zip.md5sum/download)
- Ubuntu:
+ Ubuntu 20.04: rabbitremotecontrol_0.0.22_amd64_Ubuntu-20.04.deb
+ Ubuntu 20.04: rabbitremotecontrol_0.0.23_amd64_Ubuntu-20.04.deb

sudo apt install ./rabbitremotecontrol_0.0.22_amd64_Ubuntu-20.04.deb
sudo apt install ./rabbitremotecontrol_0.0.23_amd64_Ubuntu-20.04.deb

# If you're on an older Linux distribution, you will need to run this instead:
# sudo dpkg -i rabbitremotecontrol_0.0.22_amd64_Ubuntu-20.04.deb
# sudo dpkg -i rabbitremotecontrol_0.0.23_amd64_Ubuntu-20.04.deb
# sudo apt-get install -f # Install dependencies

- [Download from github](https://github.com/KangLin/RabbitRemoteControl/releases/download/v0.0.22/rabbitremotecontrol_0.0.22_amd64_Ubuntu-20.04.deb)
- [Download from sourceforge](https://sourceforge.net/projects/rabbitremotecontrol/files/v0.0.22/rabbitremotecontrol_0.0.22_amd64_Ubuntu-20.04.deb/download)
+ MD5SUM file: rabbitremotecontrol_0.0.22_amd64_Ubuntu-20.04.deb.md5sum
- [Download from github](https://github.com/KangLin/RabbitRemoteControl/releases/download/v0.0.22/rabbitremotecontrol_0.0.22_amd64_Ubuntu-20.04.deb.md5sum)
- [Download from sourceforge](https://sourceforge.net/projects/rabbitremotecontrol/files/v0.0.22/rabbitremotecontrol_0.0.22_amd64_Ubuntu-20.04.deb.md5sum/download)
+ Ubuntu 18.04: rabbitremotecontrol_0.0.22_amd64_Ubuntu-18.04.deb
- [Download from github](https://github.com/KangLin/RabbitRemoteControl/releases/download/v0.0.23/rabbitremotecontrol_0.0.23_amd64_Ubuntu-20.04.deb)
- [Download from sourceforge](https://sourceforge.net/projects/rabbitremotecontrol/files/v0.0.23/rabbitremotecontrol_0.0.23_amd64_Ubuntu-20.04.deb/download)
+ MD5SUM file: rabbitremotecontrol_0.0.23_amd64_Ubuntu-20.04.deb.md5sum
- [Download from github](https://github.com/KangLin/RabbitRemoteControl/releases/download/v0.0.23/rabbitremotecontrol_0.0.23_amd64_Ubuntu-20.04.deb.md5sum)
- [Download from sourceforge](https://sourceforge.net/projects/rabbitremotecontrol/files/v0.0.23/rabbitremotecontrol_0.0.23_amd64_Ubuntu-20.04.deb.md5sum/download)
+ Ubuntu 18.04: rabbitremotecontrol_0.0.23_amd64_Ubuntu-18.04.deb

sudo apt install ./rabbitremotecontrol_0.0.22_amd64_Ubuntu-18.04.deb
sudo apt install ./rabbitremotecontrol_0.0.23_amd64_Ubuntu-18.04.deb
# If you're on an older Linux distribution, you will need to run this instead:
# sudo dpkg -i rabbitremotecontrol_0.0.22_amd64_Ubuntu-18.04.deb
# sudo dpkg -i rabbitremotecontrol_0.0.23_amd64_Ubuntu-18.04.deb
# sudo apt-get install -f # Install dependencies

- [Download from github](https://github.com/KangLin/RabbitRemoteControl/releases/download/v0.0.22/rabbitremotecontrol_0.0.22_amd64_Ubuntu-18.04.deb)
- [Download from sourceforge](https://sourceforge.net/projects/rabbitremotecontrol/files/v0.0.22/rabbitremotecontrol_0.0.22_amd64_Ubuntu-18.04.deb/download)
+ MD5SUM file: rabbitremotecontrol_0.0.22_amd64_Ubuntu-18.04.deb.md5sum
- [Download from github](https://github.com/KangLin/RabbitRemoteControl/releases/download/v0.0.22/rabbitremotecontrol_0.0.22_amd64_Ubuntu-18.04.deb.md5sum)
- [Download from sourceforge](https://sourceforge.net/projects/rabbitremotecontrol/files/v0.0.22/rabbitremotecontrol_0.0.22_amd64_Ubuntu-18.04.deb.md5sum/download)
- [Download from github](https://github.com/KangLin/RabbitRemoteControl/releases/download/v0.0.23/rabbitremotecontrol_0.0.23_amd64_Ubuntu-18.04.deb)
- [Download from sourceforge](https://sourceforge.net/projects/rabbitremotecontrol/files/v0.0.23/rabbitremotecontrol_0.0.23_amd64_Ubuntu-18.04.deb/download)
+ MD5SUM file: rabbitremotecontrol_0.0.23_amd64_Ubuntu-18.04.deb.md5sum
- [Download from github](https://github.com/KangLin/RabbitRemoteControl/releases/download/v0.0.23/rabbitremotecontrol_0.0.23_amd64_Ubuntu-18.04.deb.md5sum)
- [Download from sourceforge](https://sourceforge.net/projects/rabbitremotecontrol/files/v0.0.23/rabbitremotecontrol_0.0.23_amd64_Ubuntu-18.04.deb.md5sum/download)

## Development

Expand Down
58 changes: 29 additions & 29 deletions README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,47 +271,47 @@
- [![Github 最后发行版本](https://img.shields.io/github/release/KangLin/RabbitRemoteControl?label=Github%20最后发行版本)](https://github.com/KangLin/RabbitRemoteControl/releases)
- [![Github 发行版本](https://img.shields.io/github/release-pre/KangLin/RabbitRemoteControl?label=Github%20发行版本)](https://github.com/KangLin/RabbitRemoteControl/releases)
- [![Download from sourceforge](https://a.fsdn.com/con/app/sf-download-button)](https://sourceforge.net/projects/rabbitremotecontrol/files/latest/download)
+ 当前版本:v0.0.22
+ 当前版本:v0.0.23
- Windows: 支持 WINDOWS 7 及以后版本
+ 安装包:RabbitRemoteControl_setup_v0.0.22.exe
- [从 github 下载](https://github.com/KangLin/RabbitRemoteControl/releases/download/v0.0.22/RabbitRemoteControl_setup_v0.0.22.exe)
- [从 sourceforge 下载](https://sourceforge.net/projects/rabbitremotecontrol/files/v0.0.22/RabbitRemoteControl_setup_v0.0.22.exe/download)
+ md5 校验文件: RabbitRemoteControl_setup_v0.0.22.exe.md5sum
- [从 github 下载](https://github.com/KangLin/RabbitRemoteControl/releases/download/v0.0.22/RabbitRemoteControl_setup_v0.0.22.exe.md5sum)
- [从 sourceforge 下载](https://sourceforge.net/projects/rabbitremotecontrol/files/v0.0.22/RabbitRemoteControl_setup_v0.0.22.exe.md5sum/download)
+ 绿色版本:RabbitRemoteControl_windows_v0.0.22.zip
- [从 github 下载](https://github.com/KangLin/RabbitRemoteControl/releases/download/v0.0.22/RabbitRemoteControl_windows_v0.0.22.zip)
- [从 sourceforge 下载](https://sourceforge.net/projects/rabbitremotecontrol/files/v0.0.22/RabbitRemoteControl_windows_v0.0.22.zip/download)
+ md5 校验文件: RabbitRemoteControl_windows_v0.0.22.zip.md5sum
- [从 github 下载](https://github.com/KangLin/RabbitRemoteControl/releases/download/v0.0.22/RabbitRemoteControl_windows_v0.0.22.zip.md5sum)
- [从 sourceforge 下载](https://sourceforge.net/projects/rabbitremotecontrol/files/v0.0.22/RabbitRemoteControl_windows_v0.0.22.zip.md5sum/download)
+ 安装包:RabbitRemoteControl_setup_v0.0.23.exe
- [从 github 下载](https://github.com/KangLin/RabbitRemoteControl/releases/download/v0.0.23/RabbitRemoteControl_setup_v0.0.23.exe)
- [从 sourceforge 下载](https://sourceforge.net/projects/rabbitremotecontrol/files/v0.0.23/RabbitRemoteControl_setup_v0.0.23.exe/download)
+ md5 校验文件: RabbitRemoteControl_setup_v0.0.23.exe.md5sum
- [从 github 下载](https://github.com/KangLin/RabbitRemoteControl/releases/download/v0.0.23/RabbitRemoteControl_setup_v0.0.23.exe.md5sum)
- [从 sourceforge 下载](https://sourceforge.net/projects/rabbitremotecontrol/files/v0.0.23/RabbitRemoteControl_setup_v0.0.23.exe.md5sum/download)
+ 绿色版本:RabbitRemoteControl_windows_v0.0.23.zip
- [从 github 下载](https://github.com/KangLin/RabbitRemoteControl/releases/download/v0.0.23/RabbitRemoteControl_windows_v0.0.23.zip)
- [从 sourceforge 下载](https://sourceforge.net/projects/rabbitremotecontrol/files/v0.0.23/RabbitRemoteControl_windows_v0.0.23.zip/download)
+ md5 校验文件: RabbitRemoteControl_windows_v0.0.23.zip.md5sum
- [从 github 下载](https://github.com/KangLin/RabbitRemoteControl/releases/download/v0.0.23/RabbitRemoteControl_windows_v0.0.23.zip.md5sum)
- [从 sourceforge 下载](https://sourceforge.net/projects/rabbitremotecontrol/files/v0.0.23/RabbitRemoteControl_windows_v0.0.23.zip.md5sum/download)
- Ubuntu:
+ Ubuntu 20.04: rabbitremotecontrol_0.0.22_amd64_Ubuntu-20.04.deb
+ Ubuntu 20.04: rabbitremotecontrol_0.0.23_amd64_Ubuntu-20.04.deb

sudo apt install ./rabbitremotecontrol_0.0.22_amd64_Ubuntu-20.04.deb
sudo apt install ./rabbitremotecontrol_0.0.23_amd64_Ubuntu-20.04.deb

# 如要你是在老的 linux 发行版本上,你需要用下列命令替换:
# sudo dpkg -i rabbitremotecontrol_0.0.22_amd64_Ubuntu-20.04.deb
# sudo dpkg -i rabbitremotecontrol_0.0.23_amd64_Ubuntu-20.04.deb
# sudo apt-get install -f # 安装依赖

- [从 github 下载](https://github.com/KangLin/RabbitRemoteControl/releases/download/v0.0.22/rabbitremotecontrol_0.0.22_amd64_Ubuntu-20.04.deb)
- [从 sourceforge 下载](https://sourceforge.net/projects/rabbitremotecontrol/files/v0.0.22/rabbitremotecontrol_0.0.22_amd64_Ubuntu-20.04.deb/download)
+ md5 校验文件: rabbitremotecontrol_0.0.22_amd64_Ubuntu-20.04.deb.md5sum
- [从 github 下载](https://github.com/KangLin/RabbitRemoteControl/releases/download/v0.0.22/rabbitremotecontrol_0.0.22_amd64_Ubuntu-20.04.deb.md5sum)
- [从 sourceforge 下载](https://sourceforge.net/projects/rabbitremotecontrol/files/v0.0.22/rabbitremotecontrol_0.0.22_amd64_Ubuntu-20.04.deb.md5sum/download)
+ Ubuntu 18.04: rabbitremotecontrol_0.0.22_amd64_Ubuntu-18.04.deb
- [从 github 下载](https://github.com/KangLin/RabbitRemoteControl/releases/download/v0.0.23/rabbitremotecontrol_0.0.23_amd64_Ubuntu-20.04.deb)
- [从 sourceforge 下载](https://sourceforge.net/projects/rabbitremotecontrol/files/v0.0.23/rabbitremotecontrol_0.0.23_amd64_Ubuntu-20.04.deb/download)
+ md5 校验文件: rabbitremotecontrol_0.0.23_amd64_Ubuntu-20.04.deb.md5sum
- [从 github 下载](https://github.com/KangLin/RabbitRemoteControl/releases/download/v0.0.23/rabbitremotecontrol_0.0.23_amd64_Ubuntu-20.04.deb.md5sum)
- [从 sourceforge 下载](https://sourceforge.net/projects/rabbitremotecontrol/files/v0.0.23/rabbitremotecontrol_0.0.23_amd64_Ubuntu-20.04.deb.md5sum/download)
+ Ubuntu 18.04: rabbitremotecontrol_0.0.23_amd64_Ubuntu-18.04.deb

sudo apt install ./rabbitremotecontrol_0.0.22_amd64_Ubuntu-18.04.deb
sudo apt install ./rabbitremotecontrol_0.0.23_amd64_Ubuntu-18.04.deb
# 如要你是在老的 linux 发行版本上,你需要用下列命令替换:
# sudo dpkg -i rabbitremotecontrol_0.0.22_amd64_Ubuntu-18.04.deb
# sudo dpkg -i rabbitremotecontrol_0.0.23_amd64_Ubuntu-18.04.deb
# sudo apt-get install -f # 安装依赖

- [从 github 下载](https://github.com/KangLin/RabbitRemoteControl/releases/download/v0.0.22/rabbitremotecontrol_0.0.22_amd64_Ubuntu-18.04.deb)
- [从 sourceforge 下载](https://sourceforge.net/projects/rabbitremotecontrol/files/v0.0.22/rabbitremotecontrol_0.0.22_amd64_Ubuntu-18.04.deb/download)
+ md5 校验文件: rabbitremotecontrol_0.0.22_amd64_Ubuntu-18.04.deb.md5sum
- [从 github 下载](https://github.com/KangLin/RabbitRemoteControl/releases/download/v0.0.22/rabbitremotecontrol_0.0.22_amd64_Ubuntu-18.04.deb.md5sum)
- [从 sourceforge 下载](https://sourceforge.net/projects/rabbitremotecontrol/files/v0.0.22/rabbitremotecontrol_0.0.22_amd64_Ubuntu-18.04.deb.md5sum/download)
- [从 github 下载](https://github.com/KangLin/RabbitRemoteControl/releases/download/v0.0.23/rabbitremotecontrol_0.0.23_amd64_Ubuntu-18.04.deb)
- [从 sourceforge 下载](https://sourceforge.net/projects/rabbitremotecontrol/files/v0.0.23/rabbitremotecontrol_0.0.23_amd64_Ubuntu-18.04.deb/download)
+ md5 校验文件: rabbitremotecontrol_0.0.23_amd64_Ubuntu-18.04.deb.md5sum
- [从 github 下载](https://github.com/KangLin/RabbitRemoteControl/releases/download/v0.0.23/rabbitremotecontrol_0.0.23_amd64_Ubuntu-18.04.deb.md5sum)
- [从 sourceforge 下载](https://sourceforge.net/projects/rabbitremotecontrol/files/v0.0.23/rabbitremotecontrol_0.0.23_amd64_Ubuntu-18.04.deb.md5sum/download)

## 开发

Expand Down
2 changes: 1 addition & 1 deletion Update/update.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version='1.0' encoding='UTF-8'?>
<REDIRECT>
<VERSION>v0.0.22</VERSION>
<VERSION>v0.0.23</VERSION>
</REDIRECT>
4 changes: 2 additions & 2 deletions ci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,10 @@ esac

export PKG_CONFIG_PATH=${ThirdLibs_DIR}/lib/pkgconfig:${PKG_CONFIG_PATH}
if [ -n "$appveyor_RabbitRemoteControl_VERSION" -a -z "$VERSION" ]; then
export VERSION="v0.0.22"
export VERSION="v0.0.23"
fi
if [ -z "$VERSION" ]; then
export VERSION="v0.0.22"
export VERSION="v0.0.23"
fi

export UPLOADTOOL_BODY="Release RabbitRemoteControl ${VERSION}.<br> The change see [ChangeLog.md](ChangeLog.md)"
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.22) unstable; urgency=medium
rabbitremotecontrol (0.0.23) unstable; urgency=medium

* Initial Release. Closed: #991840

Expand Down
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Section: main
Priority: optional
Maintainer: Kang Lin <[email protected]>
Build-Depends: debhelper (>= 6), cmake (>= 2.8.0), dh-systemd (>= 1.5)
Standards-Version:"v0.0.22"
Standards-Version:"v0.0.23"
Homepage: https://github.com/KangLin/RabbitRemoteControl
Vcs-Git: https://github.com/KangLin/RabbitRemoteControl.git
Vcs-Browser: https://github.com/KangLin/RabbitRemoteControl
Expand Down

0 comments on commit 24ebb6b

Please sign in to comment.