Skip to content

Commit ee5bedc

Browse files
committed
Bump to 1.4.0
1 parent 40c8861 commit ee5bedc

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 2.8)
22
cmake_policy(SET CMP0048 NEW)
33

4-
project(ttyd VERSION "1.3.3")
4+
project(ttyd VERSION "1.4.0")
55

66
if(CMAKE_VERSION VERSION_LESS "3.1")
77
if ("${CMAKE_C_COMPILER_ID}" STREQUAL "GNU")

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ USAGE:
7575
ttyd [options] <command> [<arguments...>]
7676
7777
VERSION:
78-
1.3.3
78+
1.4.0
7979
8080
OPTIONS:
8181
-p, --port Port to listen (default: 7681, use `0` for random port)

msys2/ttyd/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Maintainer: Shuanglei Tao <[email protected]>
22

33
pkgname="ttyd"
4-
pkgver=1.3.3
4+
pkgver=1.4.0
55
pkgrel=1
66
pkgdesc="A command-line tool for sharing terminal over the web"
77
arch=('i686' 'x86_64')

openwrt/ttyd/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
include $(TOPDIR)/rules.mk
99

1010
PKG_NAME:=ttyd
11-
PKG_VERSION:=1.3.3
11+
PKG_VERSION:=1.4.0
1212
PKG_RELEASE:=1
1313

1414
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz

0 commit comments

Comments
 (0)