branch: externals/websocket
commit d91a9aef5a3ec5af985e5185c3b237fdd24605e0
Author: Andrew Hyatt <ahy...@gmail.com>
Commit: Andrew Hyatt <ahy...@gmail.com>

    Update version to 1.11.1.
    
    This revision fixes bugs introduced in 1.11 that may cause disconnection.
---
 websocket.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/websocket.el b/websocket.el
index 8b318812ee..68e847cf1c 100644
--- a/websocket.el
+++ b/websocket.el
@@ -4,7 +4,7 @@
 
 ;; Author: Andrew Hyatt <ahy...@gmail.com>
 ;; 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
@@ -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

Reply via email to