Skip to content

Commit

Permalink
Bump to 1.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Shuanglei Tao <tsl0922@gmail.com>
  • Loading branch information
tsl0922 committed Feb 11, 2017
1 parent 896ca9c commit 5bbcbb4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ USAGE:
ttyd [options] <command> [<arguments...>]
VERSION:
1.2.2
1.3.0
OPTIONS:
--port, -p Port to listen (default: 7681, use `0` for random port)
Expand Down
2 changes: 1 addition & 1 deletion msys2/ttyd/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Shuanglei Tao <tsl0922@gmail.com>

pkgname="ttyd"
pkgver=1.2.2
pkgver=1.3.0
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/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=ttyd
PKG_VERSION:=1.2.2
PKG_VERSION:=1.3.0
PKG_RELEASE:=1

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
Expand Down
2 changes: 1 addition & 1 deletion src/server.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "server.h"

#define TTYD_VERSION "1.2.2"
#define TTYD_VERSION "1.3.0"

volatile bool force_exit = false;
struct lws_context *context;
Expand Down

0 comments on commit 5bbcbb4

Please sign in to comment.