From 60af61a1b4107daebad18547256b191bc94397c7 Mon Sep 17 00:00:00 2001 From: Oliver Hine Date: Thu, 2 Nov 2023 22:28:03 +0000 Subject: [PATCH] Version 0.2.2 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 79c1156..99db702 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject carmine-streams "0.2.2-SNAPSHOT" +(defproject carmine-streams "0.2.2" :description "Carmine helpers for redis streams" :url "http://github.com/oliyh/carmine-streams" :license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"