diff --git a/README.md b/README.md index cb15c50..db31ca3 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/project.clj b/project.clj index 08ff1f7..8666fef 100644 --- a/project.clj +++ b/project.clj @@ -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"