Skip to content

Commit 4312a77

Browse files
author
Andy Chambers
committed
Prepare for release 0.1.0
1 parent e1412d4 commit 4312a77

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

project.clj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject schema.contrib "0.1.0-SNAPSHOT"
1+
(defproject schema.contrib "0.1.0"
22
:description "A collection of namespaces that operate on prismatic/schema
33
metadata and functions"
44
:url "https://github.com/cddr/schema.contrib"
@@ -11,4 +11,6 @@ metadata and functions"
1111
;; TODO: figure out how to put this in dev-dependencies
1212
[codox-md "0.2.0"]]
1313
:plugins [[codox "0.6.7"]]
14-
:codox {:writer codox-md.writer/write-docs})
14+
:codox {:writer codox-md.writer/write-docs
15+
:output-dir "doc/v0.1.0"
16+
:src-dir-uri "https://github.com/cddr/schema.contrib/blob/v0.1.0/"})

0 commit comments

Comments
 (0)