From 63073ddf1f7be50f3bb4db47bd2149274b8bfc49 Mon Sep 17 00:00:00 2001 From: Drew Patel Date: Wed, 4 Dec 2019 09:52:08 -0700 Subject: [PATCH] Update version number to 0.1.15 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index f368539..49c9349 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject kirasystems/saml20-clj "0.1.14" +(defproject kirasystems/saml20-clj "0.1.15" :description "Basic SAML 2.0 library for SSO." :url "https://github.com/k2n/saml20-clj" :license {:name "Eclipse Public License"