Skip to content

Commit

Permalink
v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Jun 10, 2015
1 parent 786ed4f commit 3dca69f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions example-project/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject com.taoensso.examples/sente "1.5.0-RC2"
(defproject com.taoensso.examples/sente "1.5.0"
:description "Sente, reference web-app example project"
:url "https://github.com/ptaoussanis/sente"
:license {:name "Eclipse Public License"
Expand All @@ -17,7 +17,7 @@

[org.clojure/core.async "0.1.346.0-17112a-alpha"]

[com.taoensso/sente "1.5.0-RC2"] ; <--- Sente
[com.taoensso/sente "1.5.0"] ; <--- Sente
[com.taoensso/timbre "3.4.0"]

;;; ---> Choose (uncomment) a supported web server <---
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject com.taoensso/sente "1.5.0-RC2"
(defproject com.taoensso/sente "1.5.0"
:author "Peter Taoussanis <https://www.taoensso.com>"
:description "Clojure channel sockets library"
:url "https://github.com/ptaoussanis/sente"
Expand Down

0 comments on commit 3dca69f

Please sign in to comment.