From 9b3a43df5d1ec45bf71e070b5fac4b82104c1459 Mon Sep 17 00:00:00 2001 From: Zachary Beane Date: Sun, 29 Sep 2019 20:53:08 -0400 Subject: [PATCH] Updated version to 1.3.2. --- doc/index.html | 2 +- zs3.asd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/index.html b/doc/index.html index dbed696..daafc9e 100644 --- a/doc/index.html +++ b/doc/index.html @@ -17,7 +17,7 @@

ZS3 - Amazon S3 and CloudFront from Common Lisp

see LICENSE for details. Development of ZS3 is hosted on GitHub. -The latest version is 1.3.1, released on December 24th, 2017. +The latest version is 1.3.2, released on September 29th, 2019.

Download shortcut: http://www.xach.com/lisp/zs3.tgz diff --git a/zs3.asd b/zs3.asd index fb84a58..1003c44 100644 --- a/zs3.asd +++ b/zs3.asd @@ -34,7 +34,7 @@ #:ironclad #:puri #:cl-base64) - :version "1.3.1" + :version "1.3.2" :description "A Common Lisp library for working with Amazon's Simple Storage Service (S3) and CloudFront content delivery service." :author "Zach Beane "