From 2fb252cba5866513c9108188f926794aa5eaadc5 Mon Sep 17 00:00:00 2001 From: source-c Date: Fri, 3 Sep 2021 23:49:08 +0300 Subject: [PATCH 1/2] Update README.adoc --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index ee7abe8..acb5248 100644 --- a/README.adoc +++ b/README.adoc @@ -18,7 +18,7 @@ Add the following to your http://github.com/technomancy/leiningen[Leiningen's] ` [source,clojure] ---- -[net.tbt-post/sentry-tiny "0.1.13"] +[net.tbt-post/sentry-tiny "0.1.14"] ---- and just use it to catch your exception: From bae58a42fce78db94f8776c03622241640e7b4ee Mon Sep 17 00:00:00 2001 From: source-c Date: Sat, 4 Sep 2021 00:04:25 +0300 Subject: [PATCH 2/2] Update project.clj --- project.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project.clj b/project.clj index 075840b..415eefe 100644 --- a/project.clj +++ b/project.clj @@ -1,7 +1,7 @@ (defproject net.tbt-post/sentry-tiny (-> "VERSION" slurp .trim) :description "Tiny Sentry Interface for Clojure" :url "https://github.com/source-c/sentry-tiny" - :license {:name "Eclipse Public License" - :url "http://www.eclipse.org/legal/epl-v10.html"} + :license {:name "Apache License 2.0" + :url "http://www.apache.org/licenses/LICENSE-2.0"} :dependencies [[cheshire "5.10.1"] [http-kit "2.5.3"]])