From 6557f723d02f71f966d43e7f27e52f855551e84a Mon Sep 17 00:00:00 2001 From: gered Date: Tue, 25 Mar 2014 11:22:37 -0400 Subject: [PATCH] bump version --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 8a46822..076a673 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject clj-metasearch "0.1" +(defproject clj-metasearch "0.1.1" :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"