Skip to content

Commit 4f0467d

Browse files
committed
Roll version
1 parent 1c736a1 commit 4f0467d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## v0.5.1 (TBA)
3+
## v0.5.1 (2019-05-08)
44

55
* Require ExOauth2Provider v0.5.1
66
* Pass configuration to all ExOauth2Provider methods

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Add PhoenixOauth2Provider to your list of dependencies in `mix.exs`:
1212
def deps do
1313
[
1414
# ...
15-
{:phoenix_oauth2_provider, "~> 0.5.0"}
15+
{:phoenix_oauth2_provider, "~> 0.5.1"}
1616
# ...
1717
]
1818
end

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule PhoenixOauth2Provider.Mixfile do
22
use Mix.Project
33

4-
@version "0.5.0"
4+
@version "0.5.1"
55

66
def project do
77
[

0 commit comments

Comments
 (0)