Skip to content

Commit

Permalink
Initial non-snapshot release
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Feb 28, 2014
1 parent 261b39b commit 91dab95
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
**[API docs][]** | **[CHANGELOG][]** | [other Clojure libs][] | [Twitter][] | [contact/contributing](#contact--contributing) | current ([semantic][]) version:

```clojure
[com.taoensso/sente "0.8.0-SNAPSHOT"] ; Experimental
[com.taoensso/sente "0.8.0"] ; Experimental
```

# Sente, channel sockets for Clojure
Expand Down Expand Up @@ -47,7 +47,7 @@ So the underlying protocol's irrelevant. Sente gives you a unified API that expo
Add the necessary dependency to your [Leiningen][] `project.clj`. This'll provide your project with both the client (ClojureScript) + server (Clojure) side library code:

```clojure
[com.taoensso/sente "0.8.0-SNAPSHOT"]
[com.taoensso/sente "0.8.0"]
```

### On the server (Clojure) side
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 "0.8.0-SNAPSHOT"
(defproject com.taoensso/sente "0.8.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 91dab95

Please sign in to comment.