Skip to content

Commit 7fabd8d

Browse files
committed
Bump to 1.3.1
1 parent 08ac6dc commit 7fabd8d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ USAGE:
6363
ttyd [options] <command> [<arguments...>]
6464
6565
VERSION:
66-
1.3.0
66+
1.3.1
6767
6868
OPTIONS:
6969
--port, -p 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.0
4+
pkgver=1.3.1
55
pkgrel=1
66
pkgdesc="A command-line tool for sharing terminal over the web"
77
arch=('i686' 'x86_64')

openwrt/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.0
11+
PKG_VERSION:=1.3.1
1212
PKG_RELEASE:=1
1313

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

src/server.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include "server.h"
22

3-
#define TTYD_VERSION "1.3.0"
3+
#define TTYD_VERSION "1.3.1"
44

55
volatile bool force_exit = false;
66
struct lws_context *context;

0 commit comments

Comments
 (0)