Skip to content

Commit

Permalink
prepare 6.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellhenke committed Feb 6, 2018
1 parent 0c31333 commit d4f5821
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ defp application do
end

defp deps do
[{:sentry, "~> 6.0.4"}]
[{:sentry, "~> 6.1.0"}]
end
```

Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Edit your mix.exs file to add it as a dependency and add the ``:sentry`` package
end
defp deps do
[{:sentry, "~> 6.0.0"}]
[{:sentry, "~> 6.1.0"}]
end
Configuration
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Sentry.Mixfile do
def project do
[
app: :sentry,
version: "6.0.5",
version: "6.1.0",
elixir: "~> 1.3",
description: "The Official Elixir client for Sentry",
package: package(),
Expand Down

0 comments on commit d4f5821

Please sign in to comment.