Skip to content

Commit

Permalink
Release 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed Sep 6, 2023
1 parent 698f671 commit d711e01
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 @@ Twitter, Facebook and GitHub.

To install, add the following to your deps.edn file:

ring-oauth2/ring-oauth2 {:mvn/version "0.2.1"}
ring-oauth2/ring-oauth2 {:mvn/version "0.2.2"}

Or to your Leiningen project file:

[ring-oauth2 "0.2.1"]
[ring-oauth2 "0.2.2"]

## 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 ring-oauth2 "0.2.1"
(defproject ring-oauth2 "0.2.2"
:description "OAuth 2.0 client middleware for Ring"
:url "https://github.com/weavejester/ring-oauth2"
:license {:name "The MIT License"
Expand Down

0 comments on commit d711e01

Please sign in to comment.