Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
nnicandro committed Oct 6, 2024
1 parent 1d9d5a3 commit fe856c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zmq.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
;; Created: 05 Jan 2018
;; URL: https://github.com/nnicandro/emacs-zmq
;; Keywords: comm
;; Version: 1.0.1
;; Version: 1.0.2
;; Package-Requires: ((cl-lib "0.5") (emacs "26"))

;; This program is free software; you can redistribute it and/or
Expand Down Expand Up @@ -37,7 +37,7 @@
"ZMQ bindings for Emacs"
:group 'communication)

(defconst zmq-emacs-version "v1.0.1")
(defconst zmq-emacs-version "v1.0.2")

(defvar zmq-current-context nil
"The context set by the function `zmq-current-context'.")
Expand Down

0 comments on commit fe856c4

Please sign in to comment.