From 4920fda59e5f8a95621361c820a3aaa700e16bbd Mon Sep 17 00:00:00 2001 From: David Frese Date: Wed, 25 May 2022 16:57:23 +0200 Subject: [PATCH] Version 0.10.4 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index c4d7386..2262dd2 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject de.active-group/reacl-c-basics "0.10.4-SNAPSHOT" +(defproject de.active-group/reacl-c-basics "0.10.4" :description "Library with utilities often useful when writing web applications with Reacl-C." :url "http://github.com/active-group/reacl-c-basics"