Skip to content

Commit

Permalink
updated project version
Browse files Browse the repository at this point in the history
  • Loading branch information
gdeer81 committed Mar 16, 2016
1 parent 78a9ee6 commit 7148762
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions project.clj
@@ -1,13 +1,13 @@
(defproject marginalia "0.8.1"
(defproject marginalia "0.9.0"
:description "lightweight literate programming for clojure -- inspired by [docco](http://jashkenas.github.com/docco/)"
;; :main marginalia.main
:dependencies
[[org.clojure/clojure "1.7.0"]
[org.clojure/clojurescript "0.0-2138"]
[org.clojure/tools.namespace "0.1.1"]
[org.clojure/tools.cli "0.2.1"]
[org.clojure/clojurescript "1.7.228"]
[org.clojure/tools.namespace "0.2.10"]
[org.clojure/tools.cli "0.3.3"]
[org.markdownj/markdownj "0.3.0-1.0.2b4"]
[de.ubercode.clostache/clostache "1.3.1"]]
[de.ubercode.clostache/clostache "1.4.0"]]

:resource-paths ["vendor"]

Expand Down

0 comments on commit 7148762

Please sign in to comment.