From 5a0fc8a14c2456a80cc4223b2dee15d92e30f1d8 Mon Sep 17 00:00:00 2001 From: Malcolm Sparks Date: Mon, 9 Jul 2018 16:33:45 +0100 Subject: [PATCH] Ready to release 0.4.0-alpha --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index b37a78a..b5a75a5 100644 --- a/project.clj +++ b/project.clj @@ -1,6 +1,6 @@ ;; Copyright © 2016, JUXT LTD. -(defproject henryw374.tick "0.4.0-alpha-SNAPSHOT" +(defproject tick "0.4.0-alpha" :description "A Clojure library that deals with time" :url "https://github.com/juxt/tick" :license {:name "The MIT License"