Skip to content

Commit 11830e9

Browse files
author
Daniel Neighman
committed
Bump to 0.2.0
1 parent e5e9084 commit 11830e9

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 2 additions & 2 deletions
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)