From 5bf4fac2ef62d77dff9a6f4d2d45a84fdb6bd889 Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Thu, 11 Jun 2020 17:40:08 +0200 Subject: [PATCH] Update version --- project.clj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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