Skip to content

Commit 29c9ac6

Browse files
committed
Bump version
1 parent eb740e7 commit 29c9ac6

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
@@ -14,7 +14,7 @@ Add PhoenixOauth2Provider to your list of dependencies in `mix.exs`:
1414
def deps do
1515
[
1616
# ...
17-
{:phoenix_oauth2_provider, "~> 0.4"}
17+
{:phoenix_oauth2_provider, "~> 0.4.1"}
1818
# ...
1919
]
2020
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.4.0"
4+
@version "0.4.1"
55

66
def project do
77
[app: :phoenix_oauth2_provider,

0 commit comments

Comments
 (0)