diff --git a/README.md b/README.md index 2a3a10e..af69fc1 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ using the [`mix test`](https://hexdocs.pm/mix/Mix.Tasks.Test.html) task: 1\. change your `mix.exs`' `deps` to include: ```elixir -{:nuntiux, "1.0.0", only: :test, runtime: false} +{:nuntiux, "1.0.1", only: :test, runtime: false} ``` 2\. run your Nuntiux-enabled tests with: diff --git a/mix.exs b/mix.exs index 3e09bd3..0f0eb40 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Nuntiux.MixProject do use Mix.Project - @version "1.0.0" + @version "1.0.1" @elixir "~> 1.15" @github "https://github.com/2Latinos/nuntiux"