Merge pull request #2 from ueberauth/bump-to-2
Bump to 0.2.0 to follow ueberauth
This commit is contained in:
commit
a313ce0b5f
3
CHANGELOG.md
Normal file
3
CHANGELOG.md
Normal file
@ -0,0 +1,3 @@
|
||||
# v 0.2.0
|
||||
|
||||
* Bump revision to follow ueberauth 0.2.0
|
@ -12,7 +12,7 @@ _Note_: Sessions are required for this strategy.
|
||||
|
||||
```elixir
|
||||
def deps do
|
||||
[{:ueberauth_twitter, "~> 0.1"},
|
||||
[{:ueberauth_twitter, "~> 0.2"},
|
||||
{:oauth, github: "tim/erlang-oauth"}]
|
||||
end
|
||||
```
|
||||
|
6
mix.exs
6
mix.exs
@ -1,8 +1,8 @@
|
||||
defmodule UeberauthTwitter.Mixfile do
|
||||
use Mix.Project
|
||||
|
||||
@version "0.1.0"
|
||||
@url "https://github.com/doomspork/ueberauth_twitter"
|
||||
@version "0.2.0"
|
||||
@url "https://github.com/ueberauth/ueberauth_twitter"
|
||||
|
||||
def project do
|
||||
[app: :ueberauth_twitter,
|
||||
@ -24,7 +24,7 @@ defmodule UeberauthTwitter.Mixfile do
|
||||
end
|
||||
|
||||
defp deps do
|
||||
[{:ueberauth, "~> 0.1"},
|
||||
[{:ueberauth, "~> 0.2"},
|
||||
{:oauth, github: "tim/erlang-oauth"},
|
||||
{:httpoison, "~> 0.7"},
|
||||
{:ex_doc, "~> 0.1", only: :dev},
|
||||
|
Loading…
Reference in New Issue
Block a user