From 3cc46c5ecbab024be652b6ff7ad62f980f76f332 Mon Sep 17 00:00:00 2001 From: Nils Grunwald Date: Mon, 14 Jan 2013 16:35:39 +0100 Subject: [PATCH] bump version to SNAPSHOT --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 75694b3..e8a90d0 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject clj-rome "0.4.0" +(defproject clj-rome "0.4.1-SNAPSHOT" :description "A Clojure wrapper for the ROME feed parsing and manipulation library" :url "https://github.com/ngrunwald/clj-rome" :license {:name "Eclipse Public License"