Skip to content

Commit

Permalink
Released 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed Dec 11, 2011
1 parent 1fbcaf3 commit 122b96a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,12 +1,12 @@
# Codox

A tool for generating documentation from Clojure source code.
A tool for generating API documentation from Clojure source code.

## Usage

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

[codox "0.2.3"]
[codox "0.3.0"]

Then run:

Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject codox "0.2.3"
(defproject codox "0.3.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 122b96a

Please sign in to comment.