Skip to content

Commit

Permalink
chore: bumped version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
kanej committed Mar 5, 2020
1 parent 4c06f32 commit e6c9ff8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions lein-s3-sync/project.clj
@@ -1,12 +1,13 @@
(defproject lein-s3-sync "0.5.1"
(defproject lein-s3-sync "0.5.3"
:description "Sync local folders to s3"
:url "http://github.com/kanej/lein-s3-sync"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:scm {:name "git"
:url "http://github.com/kanej/lein-s3-sync"
:dir ".."}
:dependencies [[me.kanej/s3-sync "0.5.1-SNAPSHOT"]]
:deploy-repositories [["clojars" {:sign-releases false}]]
:dependencies [[me.kanej/s3-sync "0.5.3"]]
:test-selectors {:default (complement :integration)
:integration :integration
:all (constantly true)}
Expand Down
3 changes: 2 additions & 1 deletion s3-sync/project.clj
@@ -1,11 +1,12 @@
(defproject me.kanej/s3-sync "0.5.1"
(defproject me.kanej/s3-sync "0.5.3"
:description "Library for syncing local folders to s3"
:url "http://github.com/kanej/lein-s3-sync"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:scm {:name "git"
:url "http://github.com/kanej/lein-s3-sync"
:dir ".."}
:deploy-repositories [["clojars" {:sign-releases false}]]
:dependencies [[org.clojure/clojure "1.10.1"]
[clj-aws-s3 "0.3.6"]
[digest "1.4.9"]]
Expand Down

0 comments on commit e6c9ff8

Please sign in to comment.