Skip to content

Commit

Permalink
version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Takashi AOKI committed Jan 13, 2016
1 parent aa4f42e commit df9979e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ ClojureScript library for Web Workers

Add the following dependency to your `project.clj`:

[![Clojars Project](http://clojars.org/butler/latest-version.svg)](http://clojars.org/butler)
```
[butler "0.2.0"]
```

### Example

Expand Down
2 changes: 1 addition & 1 deletion example/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
:url "http://www.apache.org/licenses/LICENSE-2.0.html"}
:dependencies [[org.clojure/clojure "1.7.0"]
[org.clojure/clojurescript "1.7.189"]
[butler "0.2.0-SNAPSHOT"]]
[butler "0.2.0"]]
:plugins [[lein-cljsbuild "1.1.1"]]
:source-paths ["src/cljs/main" "src/cljs/worker"]
:clean-targets ^{:protect false} [:target-path
Expand Down
1 change: 1 addition & 0 deletions example/target/stale/extract-native.dependencies
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
([:dependencies ([org.clojure/clojure "1.7.0"] [org.clojure/clojurescript "1.7.189"] [butler/butler "0.2.0"] [org.clojure/tools.nrepl "0.2.10" :exclusions ([org.clojure/clojure])] [clojure-complete/clojure-complete "0.2.3" :exclusions ([org.clojure/clojure])])])
5 changes: 3 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject butler "0.2.0-SNAPSHOT"
(defproject butler "0.2.0"
:description "ClojureScript library for Web Workers"
:url "https://github.com/federkasten/butler"
:license {:name "Apache License, Version 2.0"
Expand All @@ -22,4 +22,5 @@
:jar true
:compiler {:output-to "target/gen/butler.js"
:optimizations :advanced
:pretty-print true}}}})
:pretty-print true}}}}
:signing {:gpg-key "me@tak.sh"})

0 comments on commit df9979e

Please sign in to comment.