Skip to content

Commit fd8e660

Browse files
committed
Merge pull request #7 from ueberauth/bump-to-2
Bump to 0.2.0
2 parents e5e9084 + 11830e9 commit fd8e660

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# v 0.2.0
2+
3+
* Bump to version 0.2.0 of Ueberauth

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
```elixir
1212
def deps do
13-
[{:ueberauth_github, "~> 0.1"}]
13+
[{:ueberauth_github, "~> 0.2"}]
1414
end
1515
```
1616

@@ -74,7 +74,7 @@ Or with options:
7474
7575
/auth/github?scope=user,public_repo
7676
77-
By default the requested scope is "user,public_repo". Scope can be configured either explicitly as a `scope` query value on the request path or in your configuration:
77+
By default the requested scope is "user,public\_repo". Scope can be configured either explicitly as a `scope` query value on the request path or in your configuration:
7878
7979
```elixir
8080
config :ueberauth, Ueberauth,

mix.exs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule UeberauthGithub.Mixfile do
22
use Mix.Project
33

4-
@version "0.1.3"
4+
@version "0.2.0"
55

66
def project do
77
[app: :ueberauth_github,
@@ -23,7 +23,7 @@ defmodule UeberauthGithub.Mixfile do
2323
end
2424

2525
defp deps do
26-
[{:ueberauth, "~> 0.1"},
26+
[{:ueberauth, "~> 0.2"},
2727
{:oauth2, "~> 0.5"},
2828

2929
# docs dependencies

0 commit comments

Comments
 (0)