From 870fa868b8e114a596581c9ccbd70e1733eb8bbb Mon Sep 17 00:00:00 2001 From: John Kane Date: Sun, 22 Feb 2015 17:52:08 +0000 Subject: [PATCH] Pump the rest of the version numbers to 0.4.0. --- lein-s3-sync/project.clj | 4 ++-- project.clj | 2 +- s3-sync/README.md | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lein-s3-sync/project.clj b/lein-s3-sync/project.clj index dbc156f..67a0fa9 100644 --- a/lein-s3-sync/project.clj +++ b/lein-s3-sync/project.clj @@ -1,4 +1,4 @@ -(defproject lein-s3-sync "0.4.0-SNAPSHOT" +(defproject lein-s3-sync "0.4.0" :description "Sync local folders to s3" :url "http://github.com/kanej/lein-s3-sync" :license {:name "Eclipse Public License" @@ -6,7 +6,7 @@ :scm {:name "git" :url "http://github.com/kanej/lein-s3-sync" :dir ".."} - :dependencies [[me.kanej/s3-sync "0.3.0"]] + :dependencies [[me.kanej/s3-sync "0.4.0"]] :test-selectors {:default (complement :integration) :integration :integration :all (constantly true)} diff --git a/project.clj b/project.clj index 34dacac..c75c944 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject s3-sync "0.4.0-SNAPSHOT" +(defproject s3-sync "0.4.0" :plugins [[lein-sub "0.3.0"]] :sub ["s3-sync" "lein-s3-sync"]) diff --git a/s3-sync/README.md b/s3-sync/README.md index 3954aa4..9551fe6 100644 --- a/s3-sync/README.md +++ b/s3-sync/README.md @@ -38,7 +38,7 @@ a change is made in the local directory. With Leiningen: ```clojure -[me.kanej/s3-sync "0.3.0"] +[me.kanej/s3-sync "0.4.0"] ``` With Maven: @@ -46,11 +46,11 @@ With Maven: me.kanej s3-sync - 0.3.0 + 0.4.0 ``` ## License -Copyright © 2014 John Kane +Copyright © 2015 John Kane Distributed under the Eclipse Public License, the same as Clojure.