From d73471bdb03641547068cb104b4f93abbd888262 Mon Sep 17 00:00:00 2001 From: "Howard M. Lewis Ship" Date: Fri, 14 Nov 2014 16:41:27 -0800 Subject: [PATCH] Prepare for 0.1.13 release --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 0001c29..df72a74 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject io.aviso/pretty "0.1.13-SNAPSHOT" +(defproject io.aviso/pretty "0.1.13" :description "Clojure library to help print things, prettily" :url "https://github.com/AvisoNovate/pretty" :license {:name "Apache Sofware License 2.0"