From 229cd60858cafa384f0710cd1ac59d24bbd14da1 Mon Sep 17 00:00:00 2001 From: John Kane Date: Sun, 7 Oct 2018 18:19:29 +0100 Subject: [PATCH] And the rest of the readme changes --- README.md | 2 +- lein-s3-sync/project.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 49a0419..09ed7c1 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,6 @@ To run the integration tests: ## License -Copyright © 2017 Kane +Copyright © 2018 Kane Distributed under the Eclipse Public License, the same as Clojure. diff --git a/lein-s3-sync/project.clj b/lein-s3-sync/project.clj index bc85cfe..a0732ad 100644 --- a/lein-s3-sync/project.clj +++ b/lein-s3-sync/project.clj @@ -1,4 +1,4 @@ -(defproject lein-s3-sync "0.5.1-SNAPSHOT" +(defproject lein-s3-sync "0.5.1" :description "Sync local folders to s3" :url "http://github.com/kanej/lein-s3-sync" :license {:name "Eclipse Public License"