From 3f7c1ed372513196862a126a66d21105d9c8ab0f Mon Sep 17 00:00:00 2001 From: gered Date: Wed, 9 Apr 2014 09:42:28 -0400 Subject: [PATCH] bump version --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 076a673..219476f 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject clj-metasearch "0.1.1" +(defproject clj-metasearch "0.2" :description "Helper functions for searching through Clojure namespaces for vars containing specific bits of metadata." :url "https://github.com/gered/clj-metasearch" :license {:name "MIT License"