Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias committed Feb 24, 2012
1 parent 61ccf45 commit 74165f4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .gitignore
@@ -1,2 +1,8 @@
#ignore generated autodoc files
autodoc/**
classes/*
lib/*
target
pom.xml
*.jar
.lein-deps-sum
4 changes: 2 additions & 2 deletions project.clj
@@ -1,5 +1,5 @@
(defproject autodoc "0.9.0"
:description "A tool to build HTML documentation from your Clojure source"
(defproject org.tcrawley/autodoc "0.9.2"
:description "A tool to build HTML documentation from your Clojure source (modified to build full indexes)"
:url "http://github.com/tomfaulhaber/autodoc"
:main autodoc.autodoc
:aot [autodoc.autodoc]
Expand Down

0 comments on commit 74165f4

Please sign in to comment.