Skip to content

Commit

Permalink
mark 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ztellman committed Mar 10, 2017
1 parent 57f5b81 commit eabe63e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -8,7 +8,7 @@ A detailed discussion of Manifold's rationale can be found [here](http://aleph.i


```clj
[manifold "0.1.6-alpha6"]
[manifold "0.1.6"]
```

### deferreds
Expand Down
4 changes: 2 additions & 2 deletions project.clj
@@ -1,10 +1,10 @@
(defproject manifold "0.1.6-alpha6"
(defproject manifold "0.1.6"
:description "a compatibility layer for event-driven abstractions"
:license {:name "MIT License"
:url "http://opensource.org/licenses/MIT"}
:url "https://github.com/ztellman/manifold"
:dependencies [[org.clojure/tools.logging "0.3.1" :exclusions [org.clojure/clojure]]
[io.aleph/dirigiste "0.1.5-alpha1"]
[io.aleph/dirigiste "0.1.5"]
[riddley "0.1.14"]]
:profiles {:dev {:dependencies [[org.clojure/clojure "1.8.0"]
[criterium "0.4.4"]
Expand Down

0 comments on commit eabe63e

Please sign in to comment.