From 577f122320d0345dfca7b468d093aa8c80cc979c Mon Sep 17 00:00:00 2001 From: Greg Haskins Date: Sun, 28 Mar 2021 13:17:31 -0400 Subject: [PATCH] Release v1.1.5 Changes since v1.1.4 ---------------------- 3a9b969 Update to the latest dependencies Signed-off-by: Greg Haskins --- project.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project.clj b/project.clj index f2aaced..0756a86 100644 --- a/project.clj +++ b/project.clj @@ -1,9 +1,9 @@ ;; Copyright © 2019 State Street Bank and Trust Company. All rights reserved -;; Copyright © 2019-2020 Manetu, Inc +;; Copyright © 2019-2021 Manetu, Inc ;; ;; SPDX-License-Identifier: Apache-2.0 -(defproject protojure/lein-template "1.1.5-SNAPSHOT" +(defproject protojure/lein-template "1.1.5" :description "A leiningen template for creating protojure projects" :url "http://github.com/protojure/lein-template" :license {:name "Apache License 2.0"