From 376d08b015308bca682491df1ac76cbbe88f278f Mon Sep 17 00:00:00 2001 From: Zach Beane Date: Mon, 31 Oct 2016 11:30:36 -0400 Subject: [PATCH] Updated version to 1.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 4e48ee7..9cb919e 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.2.11, released on June 22nd, 2016. +The latest version is 1.3, released on October 31st, 2016.

Download shortcut: http://www.xach.com/lisp/zs3.tgz diff --git a/zs3.asd b/zs3.asd index e8a4fc8..cb4a0ed 100644 --- a/zs3.asd +++ b/zs3.asd @@ -34,7 +34,7 @@ #:ironclad #:puri #:cl-base64) - :version "1.2.11" + :version "1.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