diff --git a/README.md b/README.md index 0d638d6..be07153 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ several languages. [![Hex pm](http://img.shields.io/hexpm/v/quotes.svg?style=flat-square)](https://hex.pm/packages/quotes) [![npm package version](https://img.shields.io/npm/v/quotesy.svg?style=flat-square)](https://www.npmjs.com/package/quotesy) [![Build Status](https://img.shields.io/travis/dwyl/quotes/master.svg?style=flat-square)](https://travis-ci.org/dwyl/quotes) -[![codecov.io](https://img.shields.io/codecov/c/github/dwyl/quotes/master.svg?style=flat-square)](http://codecov.io/github/dwyl/quotes?branch=master) +[![codecov.io](https://img.shields.io/codecov/c/github/dwyl/quotes/main.svg?style=flat-square)](http://codecov.io/github/dwyl/quotes?branch=main) [![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat-square)](https://github.com/dwyl/quotes#contributing) [![HitCount](http://hits.dwyl.com/dwyl/quotes.svg)](http://hits.dwyl.com/dwyl/quotes) diff --git a/mix.exs b/mix.exs index 1118a95..3834777 100644 --- a/mix.exs +++ b/mix.exs @@ -32,7 +32,7 @@ defmodule Quotes.MixProject do {:jason, "~> 1.1"}, # Create docs for publishing Hex.docs: github.com/elixir-lang/ex_doc - {:ex_doc, "~> 0.27", only: :dev, runtime: false}, + {:ex_doc, "~> 0.28", only: :dev, runtime: false}, # Check test coverage: github.com/parroty/excoveralls {:excoveralls, "~> 0.14.3", only: :test},