From a5d97da3c0bcf77d52ec66fca6f005c176e4890e Mon Sep 17 00:00:00 2001 From: gered Date: Wed, 5 Jan 2022 17:34:09 -0500 Subject: [PATCH] Version 0.2.0 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 4894def..6d008b2 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject net.gered/aging-session "0.2.0-SNAPSHOT" +(defproject net.gered/aging-session "0.2.0" :description "Memory based ring session with expiry and time based mutation." :url "https://github.com/gered/aging-session" :license {:name "Eclipse Public License"