From 76c592c1cbf79da03102cfc2fe585ebf6d7382dc Mon Sep 17 00:00:00 2001 From: "Stephen C. Gilardi" Date: Sat, 1 Oct 2011 04:01:11 +0000 Subject: [PATCH] version 0.2.2 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 479d881..4cdca47 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject slingshot "issue-5-SNAPSHOT" +(defproject slingshot "0.2.2" :description "Enhanced throw, try, leveraging Clojure's capabilities" :dependencies [[org.clojure/clojure "1.2.1"]] :java-source-path [["java/src"]])