Skip to content

Commit

Permalink
Merge pull request #4 from ueberauth/bump-to-2
Browse files Browse the repository at this point in the history
Bump to 0.2.0
  • Loading branch information
doomspork committed Nov 29, 2015
2 parents 6849a9c + 13fa465 commit 072fbdb
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 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 @@ -10,7 +10,7 @@

```elixir
def deps do
[{:ueberauth_slack, "~> 0.1"}]
[{:ueberauth_slack, "~> 0.2"}]
end
```

Expand Down
6 changes: 3 additions & 3 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule UeberauthSlack.Mixfile do
use Mix.Project

@version "0.1.0"
@version "0.2.0"

def project do
[app: :ueberauth_slack,
Expand All @@ -19,13 +19,13 @@ defmodule UeberauthSlack.Mixfile do
end

def application do
[applications: [:logger]]
[applications: [:logger, :ueberauth, :oauth2]]
end

defp deps do
[
{:oauth2, "~> 0.5"},
{:ueberauth, "~>0.1"},
{:ueberauth, "~>0.2"},

# Docs dependencies
{:earmark, "~> 0.1", only: :dev},
Expand Down

0 comments on commit 072fbdb

Please sign in to comment.