Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed May 4, 2024
1 parent 4d5ee4a commit 517c4b0
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
Expand Up @@ -10,11 +10,11 @@ A Clojure library for using [core.async][] with [Ring's][] websocket API

Add the following dependency to your deps.edn file:

org.ring-clojure/ring-websocket-async {:mvn/version "0.1.0"}
org.ring-clojure/ring-websocket-async {:mvn/version "0.2.0"}

Or to your Leiningen project file:

[org.ring-clojure/ring-websocket-async "0.1.0"]
[org.ring-clojure/ring-websocket-async "0.2.0"]

## Usage

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 org.ring-clojure/ring-websocket-async "0.1.0"
(defproject org.ring-clojure/ring-websocket-async "0.2.0"
:description "Library for using core.async with Ring's websocket API"
:url "https://github.com/ring-clojure/ring-websocket-async"
:license {:name "The MIT License"
Expand Down

0 comments on commit 517c4b0

Please sign in to comment.