From bce57645a5d51a1e024e5cf832834c6dc21e4a06 Mon Sep 17 00:00:00 2001 From: Joe Littlejohn Date: Sun, 19 Jul 2020 21:49:27 +0100 Subject: [PATCH] Version 1.11.0 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 57b64dc..0597910 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject com.taoensso/faraday "1.11.0-SNAPSHOT" +(defproject com.taoensso/faraday "1.11.0" :author "Peter Taoussanis " :description "Clojure DynamoDB client" :url "https://github.com/ptaoussanis/faraday"