We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10e1ecb commit f08f0a2Copy full SHA for f08f0a2
CHANGES.md
@@ -1,3 +1,9 @@
1
+### 0.2.3
2
+
3
+Contributions by Matthew Davidson
4
5
+* Add `manifold.go-off` to generated documentation
6
7
### 0.2.2
8
9
Contributions by Matthew Davidson
README.md
@@ -11,7 +11,7 @@ A detailed discussion of Manifold's rationale can be found [here](doc/rationale.
11
12
13
```clojure
14
-[manifold "0.2.2"]
+[manifold "0.2.3"]
15
```
16
17
### Deferreds
project.clj
@@ -1,4 +1,4 @@
-(defproject manifold "0.2.2"
+(defproject manifold "0.2.3"
:description "A compatibility layer for event-driven abstractions"
:license {:name "MIT License"
:url "http://opensource.org/licenses/MIT"}
0 commit comments