We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4b3b09 commit b9f1ca3Copy full SHA for b9f1ca3
README.md
@@ -32,7 +32,7 @@ Capture exceptions and send them to the [Bugsnag](https://www.bugsnag.com/) API!
32
```elixir
33
# mix.exs
34
defp deps do
35
- [{:bugsnag, "~> 1.6.0"}]
+ [{:bugsnag, "~> 1.7.0"}]
36
end
37
```
38
mix.exs
@@ -4,7 +4,7 @@ defmodule Bugsnag.Mixfile do
4
def project do
5
[
6
app: :bugsnag,
7
- version: "1.6.0",
+ version: "1.7.0",
8
elixir: "~> 1.3",
9
package: package(),
10
description: "An Elixir interface to the Bugsnag API.",
0 commit comments