Skip to content

Commit

Permalink
update: README
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommaso Cerruti committed Jul 7, 2024
1 parent f893fe4 commit 6f2ac01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README-it.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Aggiungi `CodiceFiscale` come dipendenza nel tuo file `mix.exs`:
```elixir
defp deps do
[
{:codice_fiscale, "~> 0.1.0"}
{:codice_fiscale, "~> 0.1.1"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Add `CodiceFiscale` as a dependency in your `mix.exs` file:
```elixir
defp deps do
[
{:codice_fiscale, "~> 0.1.0"}
{:codice_fiscale, "~> 0.1.1"}
]
end
```
Expand Down

0 comments on commit 6f2ac01

Please sign in to comment.