Skip to content

Commit f9c2ff1

Browse files
committed
update versions in docs
1 parent 03003b4 commit f9c2ff1

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.1.0"}]
20+
[{:sentry, "~> 2.2.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, "~> 2.1.0"}]
27+
[{:sentry, "~> 2.2.0"}]
2828
end
2929
3030
Configuration

0 commit comments

Comments
 (0)