diff --git a/project.clj b/project.clj index ce5736d..a826849 100644 --- a/project.clj +++ b/project.clj @@ -1,6 +1,6 @@ -(defproject api2smtp "0.1.0" - :description "api2smtp" - :url "" +(defproject api2smtp "1.0.0" + :description "Send emails through an Endpoint API" + :url "https://github.com/tanrax/api2smtp" :license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0" :url "https://www.eclipse.org/legal/epl-2.0/"} :dependencies [;; Clojure