From 7939c6b8cb87cb3b3ce64c4d5e8ad4b6b46329f3 Mon Sep 17 00:00:00 2001 From: Christian Egli Date: Wed, 17 Nov 2021 11:39:51 +0100 Subject: [PATCH] Version 0.35.0 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 707af6c..5cdb2c5 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject ch.sbs/catalog "0.35.0-SNAPSHOT" +(defproject ch.sbs/catalog "0.35.0" :description "A webapp to generate catalogs of the new items in the library" :url "https://github.com/sbsdev/catalog"