File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,10 @@ to your Elixir/Phoenix Apps.
9
9
[ ![ codecov.io] ( https://img.shields.io/codecov/c/github/dwyl/elixir-auth-github/master.svg?style=flat-square )] ( http://codecov.io/github/dwyl/elixir-auth-github?branch=master )
10
10
[ ![ Hex.pm] ( https://img.shields.io/hexpm/v/elixir_auth_github?color=brightgreen&style=flat-square )] ( https://hex.pm/packages/elixir_auth_github )
11
11
[ ![ contributions welcome] ( https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat-square )] ( https://github.com/dwyl/elixir-auth-github/issues )
12
+ [ ![ Libraries.io dependency status] ( https://img.shields.io/librariesio/release/hex/elixir_auth_github?style=flat-square )] ( https://libraries.io/hex/elixir_auth_github )
12
13
[ ![ HitCount] ( http://hits.dwyl.com/dwyl/elixir-auth-github.svg )] ( http://hits.dwyl.com/dwyl/elixir-auth-github )
13
14
15
+
14
16
</div >
15
17
16
18
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ defmodule ElixirAuthGithub.Mixfile do
4
4
def project do
5
5
[
6
6
app: :elixir_auth_github ,
7
- version: "1.6.1 " ,
7
+ version: "1.6.2 " ,
8
8
elixir: "~> 1.12" ,
9
9
test_coverage: [ tool: ExCoveralls ] ,
10
10
preferred_cli_env: [
You can’t perform that action at this time.
0 commit comments