Skip to content

Commit

Permalink
Bump to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tsl0922 committed Nov 27, 2016
1 parent 8dd7cea commit f82f00c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ USAGE:
ttyd [options] <command> [<arguments...>]
VERSION:
1.2.0
1.2.1
OPTIONS:
--port, -p Port to listen (default: 7681, use `0` for random port)
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.0
PKG_VERSION:=1.2.1
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.0"
#define TTYD_VERSION "1.2.1"

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

0 comments on commit f82f00c

Please sign in to comment.