From fc54186977a22ce33a1c51ce0f359201e0b1776e Mon Sep 17 00:00:00 2001 From: Kyle Burton Date: Thu, 6 Aug 2015 11:17:06 -0400 Subject: [PATCH] lein-release plugin: preparing 1.4.5 release --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index a8fe5d1..c957b90 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject com.github.kyleburton/clj-xpath "1.4.5-SNAPSHOT" +(defproject com.github.kyleburton/clj-xpath "1.4.5" :description "Simplified XPath from Clojure." :url "http://github.com/kyleburton/clj-xpath" :lein-release {:deploy-via :clojars}