From 1294bd38c4cd00c6b2f628b05ad0f88b193c067a Mon Sep 17 00:00:00 2001 From: Zachary Beane Date: Sun, 29 Sep 2019 21:23:15 -0400 Subject: [PATCH] Updated version to 1.3.3. --- 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 daafc9e..9de8301 100644 --- a/doc/index.html +++ b/doc/index.html @@ -17,7 +17,7 @@ see LICENSE for details. Development of ZS3 is hosted on GitHub. -The latest version is 1.3.2, released on September 29th, 2019. +The latest version is 1.3.3, released on September 29th, 2019.

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