Skip to content

Commit 27059a3

Browse files
committed
update version in docs
1 parent 2031bd5 commit 27059a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ defp application do
1717
end
1818

1919
defp deps do
20-
[{:sentry, "~> 2.0.2"}]
20+
[{:sentry, "~> 2.1.0"}]
2121
end
2222
```
2323

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Edit your mix.exs file to add it as a dependency and add the ``:sentry`` package
2424
end
2525
2626
defp deps do
27-
[{:sentry, "~> 1.0"}]
27+
[{:sentry, "~> 2.1.0"}]
2828
end
2929
3030
Configuration

0 commit comments

Comments
 (0)