diff --git a/README.md b/README.md index db31ca3..03fa135 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.2"} + ring-oauth2/ring-oauth2 {:mvn/version "0.3.0"} Or to your Leiningen project file: - [ring-oauth2 "0.2.2"] + [ring-oauth2 "0.3.0"] ## Usage diff --git a/project.clj b/project.clj index 6004187..53489c0 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject ring-oauth2 "0.2.2" +(defproject ring-oauth2 "0.3.0" :description "OAuth 2.0 client middleware for Ring" :url "https://github.com/weavejester/ring-oauth2" :license {:name "The MIT License"