From 92830969f7cf747dea63131c2ee9ead2ebeb7aee Mon Sep 17 00:00:00 2001 From: Ray Miller Date: Wed, 12 Aug 2015 12:07:20 +0100 Subject: [PATCH] Update version to 0.4.0 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 51b4fa6..57a3c4c 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject clj-http-mock "0.4.0-SNAPSHOT" +(defproject clj-http-mock "0.4.0" :description "Mock responses to clj-http requests." :url "http://github.com/ray1729/clj-http-mock" :license {:name "Eclipse Public License"