Skip to content

Commit

Permalink
Bump to 0.2.0 to follow ueberauth
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Neighman committed Nov 29, 2015
1 parent 2cf6544 commit 2ef6d8a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# v 0.2.0

* Bump revision to follow ueberauth 0.2.0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
6 changes: 3 additions & 3 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -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,
Expand All @@ -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},
Expand Down

0 comments on commit 2ef6d8a

Please sign in to comment.