Skip to content

Commit d2db5bf

Browse files
committed
update structure and dependencies
1 parent e8d7dc3 commit d2db5bf

6 files changed

Lines changed: 9 additions & 9 deletions

File tree

README.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Add the following to your http://github.com/technomancy/leiningen[Leiningen's] `
1111

1212
[source,clojure]
1313
----
14-
[net.tbt-post/sentry-tiny "0.1.7"]
14+
[net.tbt-post/sentry-tiny "0.1.8"]
1515
----
1616

1717
and just use it to catch your exception:
@@ -52,7 +52,7 @@ $ lein install
5252

5353
== License
5454

55-
Copyright © 2017-2018
55+
Copyright © 2017-2019
5656

57-
Distributed under the http://www.apache.org/licenses/LICENSE-2.0[Apache License v 2.0]
57+
Distributed under the Eclipse Public License.
5858

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
resources/VERSION
1+
resources/sentry-tiny.VERSION

project.clj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
:url "https://github.com/source-c/sentry-tiny"
44
:license {:name "Eclipse Public License"
55
:url "http://www.eclipse.org/legal/epl-v10.html"}
6-
:dependencies [[cheshire "5.8.0"]
7-
[http-kit "2.2.0"]
8-
[clj-time "0.14.2"]])
6+
:dependencies [[cheshire "5.9.0"]
7+
[http-kit "2.3.0"]
8+
[clj-time "0.15.1"]])

resources/VERSION

Lines changed: 0 additions & 1 deletion
This file was deleted.

resources/sentry-tiny.VERSION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0.1.8

src/sentry_tiny/core.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
:const true
2424
:static true}
2525
lib-version
26-
(or (some-> "VERSION" io/resource slurp str/trim)
26+
(or (some-> "sentry-tiny.VERSION" io/resource slurp str/trim)
2727
"x.y.z-devel"))
2828

2929
(defonce ^{:private true

0 commit comments

Comments
 (0)