From: Shuanglei Tao Date: Tue, 4 Sep 2018 15:51:15 +0000 (+0800) Subject: Bump to 1.4.1 X-Git-Url: http://git.prime8.dev/?a=commitdiff_plain;h=553f4a53a52a49d1d335f4e18eeba35a56912133;p=ttyd.git Bump to 1.4.1 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 43bd4ba..8201f21 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 2.8) project(ttyd) -set(PROJECT_VERSION "1.4.0") +set(PROJECT_VERSION "1.4.1") find_package(Git) if(GIT_FOUND) diff --git a/README.md b/README.md index e91ff32..216ed5f 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ USAGE: ttyd [options] [] VERSION: - 1.4.0 + 1.4.1 OPTIONS: -p, --port Port to listen (default: 7681, use `0` for random port) diff --git a/debian/changelog b/debian/changelog index 5169721..9227789 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ttyd (1.4.1-1) unstable; urgency=medium + + * New upstream release. + + -- Shuanglei Tao Tue, 4 Sep 2018 11:52:50 +0800 + ttyd (1.4.0-1) unstable; urgency=medium * New upstream release. diff --git a/msys2/ttyd/PKGBUILD b/msys2/ttyd/PKGBUILD index 5cf953e..21f4336 100644 --- a/msys2/ttyd/PKGBUILD +++ b/msys2/ttyd/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Shuanglei Tao pkgname="ttyd" -pkgver=1.4.0 +pkgver=1.4.1 pkgrel=1 pkgdesc="A command-line tool for sharing terminal over the web" arch=('i686' 'x86_64') diff --git a/openwrt/ttyd/Makefile b/openwrt/ttyd/Makefile index 000042d..e677a0b 100644 --- a/openwrt/ttyd/Makefile +++ b/openwrt/ttyd/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ttyd -PKG_VERSION:=1.4.0 +PKG_VERSION:=1.4.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz