From eb0b83035147a66e01b6380e6500d0b6d3144e51 Mon Sep 17 00:00:00 2001 From: J0sueTM Date: Mon, 8 Jul 2024 10:14:43 -0300 Subject: [PATCH] chore: bump to `v0.1.2` --- README.md | 24 ++++++++++++------------ src/com/moclojer/rq.clj | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index c75ae2b..621ce40 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,18 @@ RQ (Redis Queue) is a simple Clojure package for queueing jobs and processing th > "simple is better than complex" - [The Zen of Python](https://peps.python.org/pep-0020/) +## installation + +We distribute the library via [Clojars](https://clojars.org/com.moclojer/rq). + +```edn +com.moclojer/rq {:mvn/version "0.1.2"} +``` + +```clojure +[com.moclojer/rq "0.1.2"] +``` + ## example ```clojure @@ -57,15 +69,3 @@ sequenceDiagram Client-->>Logger: log closing client Client-->>User: confirm client closure ``` - -## installation - -We distribute the library via [Clojars](https://clojars.org/com.moclojer/rq). - -```edn -com.moclojer/rq {:mvn/version "0.1.0"} -``` - -```clojure -[com.moclojer/rq "0.1.0"] -``` diff --git a/src/com/moclojer/rq.clj b/src/com/moclojer/rq.clj index 59c4dcc..ba61367 100644 --- a/src/com/moclojer/rq.clj +++ b/src/com/moclojer/rq.clj @@ -2,7 +2,7 @@ (:import [redis.clients.jedis JedisPooled])) -(def version "0.1.1") +(def version "0.1.2") ;; redis connection pool to be thread safe (def