Skip to content

Commit

Permalink
Released 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed Feb 4, 2012
1 parent 67380da commit 3ade352
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A tool for generating API documentation from Clojure source code.

Include the following development dependency in your `project.clj` file:

[codox "0.3.4"]
[codox "0.4.0"]

Then run:

Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject codox "0.3.4"
(defproject codox "0.4.0"
:description "Generate documentation from Clojure source files"
:dependencies [[org.clojure/clojure "1.2.1"]
[org.clojure/tools.namespace "0.1.0"]
Expand Down

0 comments on commit 3ade352

Please sign in to comment.