Skip to content

Commit

Permalink
Update version to 1.11.1.
Browse files Browse the repository at this point in the history
This revision fixes bugs introduced in 1.11 that may cause disconnection.
  • Loading branch information
ahyatt committed Jun 21, 2019
1 parent fa751be commit d91a9ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions websocket.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

;; Author: Andrew Hyatt <[email protected]>
;; Keywords: Communication, Websocket, Server
;; Version: 1.11
;; Version: 1.11.1
;; Package-Requires: ((cl-lib "0.5"))
;;
;; This program is free software; you can redistribute it and/or
Expand Down Expand Up @@ -100,7 +100,7 @@ same for the protocols."
accept-string
(inflight-input nil))

(defvar websocket-version "1.11"
(defvar websocket-version "1.11.1"
"Version numbers of this version of websocket.el.")

(defvar websocket-debug nil
Expand Down

0 comments on commit d91a9ae

Please sign in to comment.