Skip to content

Commit

Permalink
Release 0.1.0-beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed Oct 22, 2023
1 parent fa48658 commit b4013ec
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 @@ -11,11 +11,11 @@ WebSocket API (currently in beta testing).

Add the following dependency to your deps.edn file:

org.ring-clojure/ring-websocket-transit {:mvn {"0.1.0-beta1"}}
org.ring-clojure/ring-websocket-transit {:mvn {"0.1.0-beta2"}}

Or to your Leiningen project file:

[org.ring-clojure/ring-websocket-transit "0.1.0-beta1"]
[org.ring-clojure/ring-websocket-transit "0.1.0-beta2"]

## 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-transit "0.1.0-beta1"
(defproject org.ring-clojure/ring-websocket-transit "0.1.0-beta2"
:description "Library for using the Transit data format with Ring websockets"
:url "https://github.com/ring-clojure/ring-websocket-transit"
:license {:name "The MIT License"
Expand Down

0 comments on commit b4013ec

Please sign in to comment.