diff --git a/CMakeLists.txt b/CMakeLists.txt index e35c6348..f2a8956b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 2.8) cmake_policy(SET CMP0048 NEW) -project(ttyd VERSION "1.3.1") +project(ttyd VERSION "1.3.2") if(CMAKE_VERSION VERSION_LESS "3.1") if ("${CMAKE_C_COMPILER_ID}" STREQUAL "GNU") diff --git a/README.md b/README.md index 9d70ec73..238b299b 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ USAGE: ttyd [options] [] VERSION: - 1.3.1 + 1.3.2 OPTIONS: --port, -p Port to listen (default: 7681, use `0` for random port) diff --git a/msys2/ttyd/PKGBUILD b/msys2/ttyd/PKGBUILD index f2b7d4a2..afba8c13 100644 --- a/msys2/ttyd/PKGBUILD +++ b/msys2/ttyd/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Shuanglei Tao pkgname="ttyd" -pkgver=1.3.1 +pkgver=1.3.2 pkgrel=1 pkgdesc="A command-line tool for sharing terminal over the web" arch=('i686' 'x86_64') diff --git a/openwrt/Makefile b/openwrt/Makefile index fbdac53d..7ea03f11 100644 --- a/openwrt/Makefile +++ b/openwrt/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ttyd -PKG_VERSION:=1.3.1 +PKG_VERSION:=1.3.2 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz