diff --git a/README.md b/README.md index b6d1109..e720216 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ all your authentication/authorization needs. ![GitHub Workflow Status](https://img.shields.io/github/workflow/status/dwyl/auth_plug/Elixir%20CI?label=build&style=flat-square) [![codecov.io](https://img.shields.io/codecov/c/github/dwyl/auth_plug/master.svg?style=flat-square)](http://codecov.io/github/dwyl/auth_plug?branch=main) [![Hex.pm](https://img.shields.io/hexpm/v/auth_plug?color=brightgreen&style=flat-square)](https://hex.pm/packages/auth_plug) -[![Libraries.io dependency status](https://img.shields.io/librariesio/release/hex/auth_plug?logoColor=brightgreen&style=flat-square)](https://github.com/dwyl/auth_plug/blob/master/mix.exs) +[![Libraries.io dependency status](https://img.shields.io/librariesio/release/hex/auth_plug?logoColor=brightgreen&style=flat-square)](https://libraries.io/hex/auth_plug) [![HitCount](http://hits.dwyl.com/dwyl/auth_plug.svg)](http://hits.dwyl.com/dwyl/auth_plug)
@@ -156,7 +156,7 @@ to your list of dependencies in `mix.exs`: ```elixir def deps do [ - {:auth_plug, "~> 1.4.13"} + {:auth_plug, "~> 1.4.14"} ] end ``` diff --git a/mix.exs b/mix.exs index b32e752..2acb45e 100644 --- a/mix.exs +++ b/mix.exs @@ -63,7 +63,7 @@ defmodule AuthPlug.MixProject do {:plug_cowboy, "~> 2.5.2", only: [:dev, :test]}, # See: https://github.com/dwyl/useful - {:useful, "~> 1.0.0"}, + {:useful, "~> 1.0.8"}, # For publishing Hex.docs: {:ex_doc, "~> 0.28.2", only: :dev},