Skip to content

Commit

Permalink
Bump version to 0.4 snapshot.
Browse files Browse the repository at this point in the history
  • Loading branch information
kanej committed Nov 19, 2014
1 parent ca7d78a commit 2069e4f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@
**/.nrepl-port
**/profiles.clj
**/dev.sh
.lein-failures
target/
tmp/
2 changes: 1 addition & 1 deletion lein-s3-sync/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject lein-s3-sync "0.3.0"
(defproject lein-s3-sync "0.4.0-SNAPSHOT"
:description "Sync local folders to s3"
:url "http://github.com/kanej/lein-s3-sync"
:license {:name "Eclipse Public License"
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject s3-sync "0.3.0-SNAPSHOT"
(defproject s3-sync "0.4.0-SNAPSHOT"
:plugins [[lein-sub "0.3.0"]]
:sub ["s3-sync"
"lein-s3-sync"])
2 changes: 1 addition & 1 deletion s3-sync/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject me.kanej/s3-sync "0.3.0"
(defproject me.kanej/s3-sync "0.4.0-SNAPSHOT"
:description "Library for syncing local folders to s3"
:url "http://github.com/kanej/lein-s3-sync"
:license {:name "Eclipse Public License"
Expand Down
2 changes: 0 additions & 2 deletions s3-sync/src/me/kanej/s3_sync/s3.clj
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,3 @@
(defn put-file [cred bucket-name key file-path]
(let [file (clojure.java.io/file file-path)]
(s3/put-object cred bucket-name key file)))


0 comments on commit 2069e4f

Please sign in to comment.