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: 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"]])