Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update latest released version in README examples #4

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ A fully fledged [Bugsnag](https://bugsnag.com) exception reporting client for Cl

## Releases and Dependency Information

clj-bugsnag is released via [Clojars](https://clojars.org/clj-bugsnag). The Latest stable release is 0.2.5
clj-bugsnag is released via [Clojars](https://clojars.org/clj-bugsnag). The Latest stable release is 0.2.9

[Leiningen](https://github.com/technomancy/leiningen) dependency information:

```clojure
[clj-bugsnag "0.2.5"]
[clj-bugsnag "0.2.9"]
```

Maven dependency information:
Expand All @@ -31,7 +31,7 @@ Maven dependency information:
<dependency>
<groupId>clj-bugsnag</groupId>
<artifactId>clj-bugsnag</artifactId>
<version>0.2.5</version>
<version>0.2.9</version>
</dependency>
```

Expand Down