Skip to content

Commit

Permalink
Version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hoyon committed May 14, 2021
1 parent 6454809 commit 158984f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Familiar can be installed by adding `familiar` to your list of dependencies in `
```elixir
def deps do
[
{:familiar, "~> 0.1.0"}
{:familiar, "~> 0.1.1"}
]
end
```
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 Familiar.MixProject do
use Mix.Project

@scm_url "https://github.com/Multiverse-io/familiar"
@version "0.1.0"
@version "0.1.1"

def project do
[
Expand Down

0 comments on commit 158984f

Please sign in to comment.