Merge pull request #2 from ueberauth/bump-to-2

Bump to 0.2.0 to follow ueberauth
This commit is contained in:
Sean Callan 2015-11-28 19:59:01 -08:00
commit a313ce0b5f
3 changed files with 7 additions and 4 deletions

3
CHANGELOG.md Normal file
View File

@ -0,0 +1,3 @@
# v 0.2.0
* Bump revision to follow ueberauth 0.2.0

View File

@ -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
```

View File

@ -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},