Skip to content

Commit

Permalink
Released 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed Jan 12, 2012
1 parent 15c9d27 commit 3e067d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
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.3"]
[codox "0.3.4"]

Then run:

Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject codox "0.3.3"
(defproject codox "0.3.4"
: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 3e067d1

Please sign in to comment.