Skip to content

Commit f2b43bb

Browse files
committed
Set version to 0.3.0
1 parent 8dca9cc commit f2b43bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

project.clj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
(defproject funcool/codeina "0.3.0-SNAPSHOT"
1+
(defproject funcool/codeina "0.3.0"
22
:description "Generate documentation from Clojure source files"
33
:url "https://github.com/funcool/codeina"
44
:license {:name "Eclipse Public License"
55
:url "http://www.eclipse.org/legal/epl-v10.html"}
66
:source-paths ["src"]
77
:javac-options ["-target" "1.7" "-source" "1.7" "-Xlint:-options"]
8+
:repositories [["clojars" {:sign-releases false}]]
89
:dependencies [[org.clojure/clojure "1.7.0"]
910
[org.clojure/clojurescript "1.7.107"]
1011
[org.clojure/tools.namespace "0.2.11"]

0 commit comments

Comments
 (0)