From 947b27e6b02454694ea9e1c991de7afd10d09d50 Mon Sep 17 00:00:00 2001 From: Sam Ritchie Date: Tue, 12 Aug 2014 12:43:15 -0600 Subject: [PATCH] lein-release plugin: bumped version from 0.2.1 to 0.2.2-SNAPSHOT for next development cycle --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 3130dd1..5e93b5f 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject racehub/om-bootstrap "0.2.1" +(defproject racehub/om-bootstrap "0.2.2-SNAPSHOT" :description "Bootstrap meets Om." :url "http://github.com/racehub/om-bootstrap" :license {:name "MIT Licens"