From 963ba12f8df925521b727ead9b3f03410fa06323 Mon Sep 17 00:00:00 2001 From: Bob Nadler Date: Tue, 27 Jan 2015 21:51:48 -0500 Subject: [PATCH] Update version to 1.2.0-SNAPSHOT. --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 048cbe7..a648690 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject postmark "1.1.0" +(defproject postmark "1.2.0-SNAPSHOT" :description "Clojure bindings for http://postmarkapp.com/" :dependencies [[org.clojure/clojure "[1.2.1],[1.3.0]"] [cheshire "2.1.0"]