We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20561e2 commit a22da18Copy full SHA for a22da18
README.md
@@ -10,7 +10,7 @@
10
11
```elixir
12
def deps do
13
- [{:ueberauth_github, "~> 0.6"}]
+ [{:ueberauth_github, "~> 0.7"}]
14
end
15
```
16
mix.exs
@@ -1,7 +1,7 @@
1
defmodule Ueberauth.Github.Mixfile do
2
use Mix.Project
3
4
- @version "0.6.0"
+ @version "0.7.0"
5
6
def project do
7
[app: :ueberauth_github,
0 commit comments