Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
bzg committed Apr 20, 2021
1 parent 814fcbf commit 6104a15
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{:version "0.7.3"
{:version "0.7.4"
:description "Web application to subscribe to mailing lists."
:url "https://github.com/bzg/subscribe"
:license {:name "Eclipse Public License v2.0"
Expand Down
10 changes: 5 additions & 5 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@
;; License-Filename: LICENSES/EPL-2.0.txt

(defproject
subscribe "0.7.3"
subscribe "0.7.4"
:url "https://github.com/bzg/subscribe"
:description "Web application to subscribe to mailing lists."
:license {:name "Eclipse Public License v2.0"
:url "https://www.eclipse.org/legal/epl-2.0/"}
:min-lein-version "2.0.0"
:dependencies [[org.clojure/clojure "1.10.2"]
:dependencies [[org.clojure/clojure "1.10.3"]
[org.clojure/core.async "1.3.610"
:exclusions [org.clojure/tools.reader]]
[compojure "1.6.2"]
[hiccup "1.0.5"]
[ring/ring-core "1.9.1"]
[ring/ring-jetty-adapter "1.9.1"]
[ring/ring-devel "1.9.1"]
[ring/ring-core "1.9.2"]
[ring/ring-jetty-adapter "1.9.2"]
[ring/ring-devel "1.9.2"]
[ring/ring-defaults "0.3.2"]
[cheshire "5.10.0"]
[org.martinklepsch/clj-http-lite "0.4.3"]
Expand Down

0 comments on commit 6104a15

Please sign in to comment.