Skip to content

Commit

Permalink
v0.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Zheng committed Jan 18, 2016
1 parent 49bd7bd commit bf6e81f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .gitmodules
@@ -0,0 +1,4 @@
[submodule "docs"]
path = docs
url = https://github.com/zcaudate/jai.git
branch = gh-pages
1 change: 1 addition & 0 deletions docs
Submodule docs added at 26ce59
6 changes: 3 additions & 3 deletions project.clj
@@ -1,12 +1,12 @@
(defproject im.chit/jai "0.2.8"
(defproject im.chit/jai "0.2.9"
:description "Manipulate source code like the DOM"
:url "http://github.com/zcaudate/jai"
:license {:name "The MIT License"
:url "http://opensource.org/licenses/MIT"}
:profiles {:dev {:dependencies [[midje "1.6.3"]]
:plugins [[lein-midje "3.1.3"]
[lein-midje-doc "0.0.24"]]}}
:documentation {:files {"doc/index"
:documentation {:files {"docs/index"
{:input "test/jai/readme_test.clj"
:title "jai"
:sub-title "Manipulate source code like the DOM"
Expand All @@ -16,4 +16,4 @@
:dependencies [[org.clojure/clojure "1.6.0"]
[org.clojure/core.match "0.2.2"]
[rewrite-clj "0.4.12"]
[im.chit/hara.common "2.2.11"]])
[im.chit/hara.common "2.2.15"]])

0 comments on commit bf6e81f

Please sign in to comment.