From d91a9aef5a3ec5af985e5185c3b237fdd24605e0 Mon Sep 17 00:00:00 2001 From: Andrew Hyatt Date: Thu, 20 Jun 2019 20:54:37 -0400 Subject: [PATCH] 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 8b31881..68e847c 100644 --- a/websocket.el +++ b/websocket.el @@ -4,7 +4,7 @@ ;; Author: Andrew Hyatt ;; 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