Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bump to 1.4.1
  • Loading branch information
tsl0922 committed Sep 4, 2018
1 parent aaa6fd8 commit 553f4a5
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -75,7 +75,7 @@ USAGE:
ttyd [options] <command> [<arguments...>]
VERSION:
1.4.0
1.4.1
OPTIONS:
-p, --port Port to listen (default: 7681, use `0` for random port)
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
@@ -1,3 +1,9 @@
ttyd (1.4.1-1) unstable; urgency=medium

* New upstream release.

-- Shuanglei Tao <tsl0922@gmail.com> Tue, 4 Sep 2018 11:52:50 +0800

ttyd (1.4.0-1) unstable; urgency=medium

* New upstream release.
Expand Down
2 changes: 1 addition & 1 deletion msys2/ttyd/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Shuanglei Tao <tsl0922@gmail.com>

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')
Expand Down
2 changes: 1 addition & 1 deletion openwrt/ttyd/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit 553f4a5

Please sign in to comment.