Skip to content

Commit

Permalink
Bump version and fix description
Browse files Browse the repository at this point in the history
  • Loading branch information
bzg committed Jan 19, 2020
1 parent 136b566 commit 305749f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
;; License-Filename: LICENSES/EPL-2.0.txt

(defproject
subscribe "0.5.1"
:url "https://github.com/etalab/subscribe"
subscribe "0.6.0"
:url "https://github.com/bzg/subscribe"
:license {:name "Eclipse Public License v2.0"
:url "https://www.eclipse.org/legal/epl-2.0/"}
:dependencies [[org.clojure/clojure "1.10.1"]
Expand All @@ -23,7 +23,7 @@
[com.draines/postal "2.0.3"]
[com.taoensso/timbre "4.10.0"]
[commons-validator "1.6"]]
:description "Web app to subscribe to mailgun mailing lists."
:description "Web application to subscribe to mailing lists."
:main subscribe.handler
:jvm-opts ["-Xmx500m"]
:profiles {:uberjar {:aot :all}}
Expand Down

0 comments on commit 305749f

Please sign in to comment.