diff --git a/CMakeLists.txt b/CMakeLists.txt index 43bd4ba5..8201f21d 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 e91ff32e..216ed5f2 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 5169721b..9227789a 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 5cf953e2..21f43369 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 000042d8..e677a0bc 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