Skip to content

Commit a22da18

Browse files
committed
Release 0.7.0
1 parent 20561e2 commit a22da18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
```elixir
1212
def deps do
13-
[{:ueberauth_github, "~> 0.6"}]
13+
[{:ueberauth_github, "~> 0.7"}]
1414
end
1515
```
1616

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Ueberauth.Github.Mixfile do
22
use Mix.Project
33

4-
@version "0.6.0"
4+
@version "0.7.0"
55

66
def project do
77
[app: :ueberauth_github,

0 commit comments

Comments
 (0)