From 550a78e69166edde982476003312c2b68b4ef1f5 Mon Sep 17 00:00:00 2001 From: Joost Diepenmaat Date: Wed, 23 Nov 2022 16:04:38 +0100 Subject: [PATCH] Version 0.1.0 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 651782a..21c1ac0 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject nl.jomco/select-tree "0.1.0-SNAPSHOT" +(defproject nl.jomco/select-tree "0.1.0" :description "Library to recursively select subtrees of collections" :url "https://git.sr.ht/~jomco/select-tree" :license {:name "MIT" -- 2.45.2