Skip to content

Commit

Permalink
v0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
gws committed Dec 15, 2016
1 parent 67f0e36 commit 44b7f16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject gws/clj-mandrill "0.4.5"
(defproject gws/clj-mandrill "0.4.6"
:description "A Clojure implementation of the Mandrill API"
:url "https://gitlab.com/gws/clj-mandrill"
:min-lein-version "2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion src/gws/mandrill/client.clj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
(defrecord MandrillClient [api-key clj-http-options])

(def endpoint-fmt "https://mandrillapp.com/api/1.0/%s.json")
(def user-agent "clj-mandrill/0.4.5 (https://github.com/gws/clj-mandrill)")
(def user-agent "clj-mandrill/0.4.6 (https://github.com/gws/clj-mandrill)")

(defn call
"Calls the supplied Mandrill endpoint and returns the decoded response body."
Expand Down

0 comments on commit 44b7f16

Please sign in to comment.