Skip to content

Commit

Permalink
Prepare for 1.0.1 (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulo-ferraz-oliveira authored Jun 14, 2024
1 parent 871c520 commit a161ea2
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 @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit a161ea2

Please # to comment.