Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Hawes committed Jun 3, 2024
1 parent 91a584a commit dd731fa
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject timotheosh/cljaws "0.4.0-SNAPSHOT"
(defproject timotheosh/cljaws "0.4.1-SNAPSHOT"
:description "Convenience functions for interacting with AWS API's from closh"
:url "https://github.com/timotheosh/cljaws"
:license {:name "MIT"
Expand All @@ -24,9 +24,6 @@
[org.xerial/sqlite-jdbc "3.45.1.0"]
[org.clojure/data.csv "1.1.0"]]
:repl-options {:init-ns cljaws.core}
:deploy-repositories [["releases" {:url "https://clojars.org/timotheosh/cljaws"
:username :env/CLOJARS_USERNAME
:password :env/CLOJARS_PASSWORD}]
["snapshots" {:url "https://clojars.org/timotheosh/cljaws"
:username :env/CLOJARS_USERNAME
:password :env/CLOJARS_PASSWORD}]])
:deploy-repositories [["clojars" {:url "https://clojars.org/repo"
:username :env/clojars_username
:password :env/clojars_password}]])

0 comments on commit dd731fa

Please sign in to comment.