Skip to content

Commit

Permalink
Release 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed Apr 26, 2024
1 parent 726298b commit 00f19ae
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 @@ the [synchronizer token][] pattern.

Add the following dependency to your `deps.edn` file:

ring/ring-anti-forgery {:mvn/version "1.3.0"}
ring/ring-anti-forgery {:mvn/version "1.3.1"}

Or to your Leiningen project file:

[ring/ring-anti-forgery "1.3.0"]
[ring/ring-anti-forgery "1.3.1"]

## 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/ring-anti-forgery "1.3.0"
(defproject ring/ring-anti-forgery "1.3.1"
:description "Ring middleware to prevent CSRF attacks"
:url "https://github.com/ring-clojure/ring-anti-forgery"
:license {:name "The MIT License"
Expand Down

0 comments on commit 00f19ae

Please sign in to comment.