From 8d2ddb089ba3d25221036f20fe179db51fb9747d Mon Sep 17 00:00:00 2001 From: Fabrizio Ferrai Date: Wed, 12 Sep 2018 22:28:29 +0300 Subject: [PATCH] Prepare version for release --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 7e5d9d1..e8c7c8d 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject dhall-clj "0.1.0-SNAPSHOT" +(defproject dhall-clj "0.1.0" :description "Dhall compiler to and from Clojure" :url "https://github.com/f-f/dhall-clj" :license {:name "Eclipse Public License"