Skip to content

Commit

Permalink
Minor documentation update
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzej-mag committed Mar 23, 2022
1 parent dea9bec commit 20d00f0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v0.1.1 [2022-03-23]

Available on hex.pm.
Minor documentation update.

## v0.1.0 [2022-03-23]

Available on GitHub.
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Existence

[![Hex Version](https://img.shields.io/hexpm/v/existence)](https://hex.pm/packages/existence)
[![Hex Docs](https://img.shields.io/badge/hex-docs-lightgreen)](https://hexdocs.pm/existence)

Asynchronous dependency health checks library.

## Features
Expand All @@ -16,7 +19,7 @@ Add `Existence` library to your application dependencies:
```elixir
def deps do
[
{:existence, github: "recruitee/existence", branch: "master"}
{:existence, "~> 0.1.1"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule Existence.MixProject do
use Mix.Project

@source_url "https://github.com/Recruitee/existence"
@version "0.1.0"
@version "0.1.1"

def project do
[
Expand Down

0 comments on commit 20d00f0

Please sign in to comment.