From c7df194a572e7ae23b43af2d32dab8f31a142aa9 Mon Sep 17 00:00:00 2001 From: mcorbin Date: Fri, 27 Nov 2020 22:07:42 +0100 Subject: [PATCH] release v1.1.1 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index d904757..c80d642 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject meuse "1.1.0" +(defproject meuse "1.1.1" :description "A free private Rust registry" :url "https://github.com/mcorbin/meuse" :license {:name "Eclipse Public License 2.0"}