]> prime8.dev >> repos - ttyd.git/commitdiff
Bump to 1.4.0
authorShuanglei Tao <tsl0922@gmail.com>
Wed, 17 Jan 2018 16:10:11 +0000 (00:10 +0800)
committerShuanglei Tao <tsl0922@gmail.com>
Wed, 17 Jan 2018 16:10:11 +0000 (00:10 +0800)
CMakeLists.txt
README.md
msys2/ttyd/PKGBUILD
openwrt/ttyd/Makefile

index 2662ad3bddc15ff788b6e1e0571fe94d329a29ab..8e00482f29ebe2af1410c1253c77e399cc3842e5 100644 (file)
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 2.8)
 cmake_policy(SET CMP0048 NEW)
 
-project(ttyd VERSION "1.3.3")
+project(ttyd VERSION "1.4.0")
 
 if(CMAKE_VERSION VERSION_LESS "3.1")
     if ("${CMAKE_C_COMPILER_ID}" STREQUAL "GNU")
index 07e4063009bb85deb51273c05e0f14a672d0b0f6..7c2a083d1700c89c871c169bd8200dcab55fb82d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -75,7 +75,7 @@ USAGE:
     ttyd [options] <command> [<arguments...>]
 
 VERSION:
-    1.3.3
+    1.4.0
 
 OPTIONS:
     -p, --port              Port to listen (default: 7681, use `0` for random port)
index f80dbfb9aef3a4eef7784278b3b7b328976f1c25..c7f1a93399cfd4166c7b4c023ae56858d5ab299e 100644 (file)
@@ -1,7 +1,7 @@
 # Maintainer: Shuanglei Tao <tsl0922@gmail.com>
 
 pkgname="ttyd"
-pkgver=1.3.3
+pkgver=1.4.0
 pkgrel=1
 pkgdesc="A command-line tool for sharing terminal over the web"
 arch=('i686' 'x86_64')
index 3b33cf992fb7bda9c1e0b992927e2715406aebdf..000042d8214222cf08ce3c4c88697072b16f43d1 100644 (file)
@@ -8,7 +8,7 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=ttyd
-PKG_VERSION:=1.3.3
+PKG_VERSION:=1.4.0
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz