From a161ea260b686c80449fb32126993b6c11fb50ba Mon Sep 17 00:00:00 2001 From: "Paulo F. Oliveira" Date: Fri, 14 Jun 2024 23:51:51 +0100 Subject: [PATCH] Prepare for 1.0.1 (#27) --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"