Skip to content

Commit 5682527

Browse files
committed
mark 0.4.7-alpha4
1 parent 0fac928 commit 5682527

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/src/aleph/examples/http.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
:body "hello world!"})
3333

3434
(defn delayed-hello-world-handler
35-
"A non-standard response handler which returns a deferred which yields a Ring response
35+
"A non-standard response handler that returns a deferred which yields a Ring response
3636
after one second. In a typical Ring-compliant server, this would require holding onto a
3737
thread via `Thread.sleep()` or a similar mechanism, but the use of a deferred allows for
3838
the thread to be immediately released without an immediate response.

project.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212

1313
(def other-dependencies
1414
'[[org.clojure/tools.logging "0.4.1" :exclusions [org.clojure/clojure]]
15-
[manifold "0.1.9-SNAPSHOT"]
15+
[manifold "0.1.9-alpha3"]
1616
[byte-streams "0.2.5-alpha2"]
1717
[potemkin "0.4.5"]])
1818

19-
(defproject aleph "0.4.7-alpha3"
19+
(defproject aleph "0.4.7-alpha4"
2020
:description "a framework for asynchronous communication"
2121
:repositories {"jboss" "https://repository.jboss.org/nexus/content/groups/public/"
2222
"sonatype-oss-public" "https://oss.sonatype.org/content/groups/public/"}

0 commit comments

Comments
 (0)