Skip to content

Commit

Permalink
Set version to 1.12.
Browse files Browse the repository at this point in the history
  • Loading branch information
ahyatt committed Nov 20, 2019
1 parent 5be01c6 commit 491a60b
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.1
;; Version: 1.12
;; 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.1"
(defvar websocket-version "1.12"
"Version numbers of this version of websocket.el.")

(defvar websocket-debug nil
Expand Down

0 comments on commit 491a60b

Please sign in to comment.