Skip to content

Commit

Permalink
Bumped version number in documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Whitlark committed Aug 8, 2012
1 parent 02d8fe6 commit 35e2666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Cljx is a Lein plugin that emits Clojure and ClojureScript code from a single me
To use it, add it to your `project.clj`:

```clojure
:plugins [com.keminglabs/cljx "0.1.0"]
:plugins [com.keminglabs/cljx "0.1.4"]
:cljx {:builds [{:source-paths ["src/cljx"]
:output-path ".generated/clj"
:rules cljx.rules/clj-rules}
Expand Down

0 comments on commit 35e2666

Please sign in to comment.