From a82a1d413a87e36a0aea6a4fccb948ab2f4e44a3 Mon Sep 17 00:00:00 2001 From: Frank Wang Date: Wed, 31 Aug 2016 14:04:44 -0400 Subject: [PATCH] Bump version and add circleci maven group id --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 9275d10..5789a8b 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject fs "0.11.1" +(defproject circleci/fs "0.11.2" :description "File system utilities for clojure" :url "https://bitbucket.org/tebeka/fs/src" :dependencies [[org.clojure/clojure "1.3.0"]])