Skip to content

Commit

Permalink
release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tendant committed May 23, 2020
1 parent bd0a8ff commit bc0323f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -5,7 +5,7 @@ A Clojure library designed to wrap [OpenTelemetry Java API](https://github.com/o
## Usage

```clj
[clj-telemetry "0.1.0"]
[clj-telemetry "0.1.1"]
```

1. Setup exporter
Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject clj-telemetry "0.1.0"
(defproject clj-telemetry "0.1.1"
:description "A Clojure library designed to wrap OpenTelemetry Java API"
:url "https://github.com/tendant/clj-telemetry"
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
Expand Down

0 comments on commit bc0323f

Please sign in to comment.