Skip to content

Commit

Permalink
Bumped the release number and removed the clojure dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomfaulhaber committed May 4, 2010
1 parent a212d67 commit 4b9e4bc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions project.clj
@@ -1,9 +1,8 @@
(defproject autodoc "0.7.0"
(defproject autodoc "0.7.1"
:description "A tool to build HTML documentation from your Clojure source"
:url "http://github.com/tomfaulhaber/autodoc"
:main autodoc.autodoc
:dependencies [[org.clojure/clojure "1.1.0-master-SNAPSHOT"]
[org.clojure/clojure-contrib "1.1.0-master-SNAPSHOT"]
:dependencies [[org.clojure/clojure-contrib "1.1.0-master-SNAPSHOT"]
[enlive "1.0.0-SNAPSHOT"]
[ant/ant "1.6.2"]
[ant/ant-launcher "1.6.2"]]
Expand Down

0 comments on commit 4b9e4bc

Please sign in to comment.