From aaf38422a15354d42e846fcc99c1132a91962755 Mon Sep 17 00:00:00 2001 From: Gary Fredericks Date: Sun, 24 Oct 2021 17:46:48 -0500 Subject: [PATCH] Version 0.4.21 --- README.md | 2 +- project.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2d4952e..37d86b9 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ vcr-clj requires Clojure 1.4 or later. ## Obtention -`[com.gfredericks/vcr-clj "0.4.20"]` +`[com.gfredericks/vcr-clj "0.4.21"]` ## Usage diff --git a/project.clj b/project.clj index 829679f..176c2ca 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject com.gfredericks/vcr-clj "0.4.21-SNAPSHOT" +(defproject com.gfredericks/vcr-clj "0.4.21" :description "HTTP recording/playback for Clojure" :dependencies [[org.clojure/data.codec "0.1.0"] [me.raynes/fs "1.4.6"]