Skip to content

Commit

Permalink
Merge pull request #59 from dwyl/add-dependencies-badge
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
nelsonic committed Mar 2, 2022
2 parents 50d2d29 + 79a344b commit d9993a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ to your Elixir/Phoenix Apps.
[![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)
[![Hex.pm](https://img.shields.io/hexpm/v/elixir_auth_github?color=brightgreen&style=flat-square)](https://hex.pm/packages/elixir_auth_github)
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat-square)](https://github.com/dwyl/elixir-auth-github/issues)
[![Libraries.io dependency status](https://img.shields.io/librariesio/release/hex/elixir_auth_github?style=flat-square)](https://libraries.io/hex/elixir_auth_github)
[![HitCount](http://hits.dwyl.com/dwyl/elixir-auth-github.svg)](http://hits.dwyl.com/dwyl/elixir-auth-github)


</div>


Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule ElixirAuthGithub.Mixfile do
def project do
[
app: :elixir_auth_github,
version: "1.6.1",
version: "1.6.2",
elixir: "~> 1.12",
test_coverage: [tool: ExCoveralls],
preferred_cli_env: [
Expand Down

0 comments on commit d9993a9

Please sign in to comment.