Skip to content

Commit 8050126

Browse files
committed
Release 0.6.1
1 parent 972bae3 commit 8050126

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ purposes.
99

1010
Add the following dependency to your deps.edn file:
1111

12-
ring/ring-mock {:mvn/version "0.6.0"}
12+
ring/ring-mock {:mvn/version "0.6.1"}
1313

1414
Or to your Leiningen project file:
1515

16-
[ring/ring-mock "0.6.0"]
16+
[ring/ring-mock "0.6.1"]
1717

1818
## Documentation
1919

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject ring/ring-mock "0.6.0"
1+
(defproject ring/ring-mock "0.6.1"
22
:description "A library for creating mock Ring request maps"
33
:url "https://github.com/ring-clojure/ring-mock"
44
:license {:name "The MIT License"

0 commit comments

Comments
 (0)