From fe856c43286674aa6770d95a81d915363f5df399 Mon Sep 17 00:00:00 2001 From: Nathaniel Nicandro Date: Sun, 6 Oct 2024 13:57:21 -0500 Subject: [PATCH] Bump version --- zmq.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zmq.el b/zmq.el index ae27a66..fb96717 100644 --- a/zmq.el +++ b/zmq.el @@ -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 @@ -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'.")