Skip to content

Commit

Permalink
use ~> 1.0.0 in readme (elixir-lang#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslandoga authored Jun 14, 2023
1 parent 4e949ee commit 67e96e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The package can be installed by adding `logger_backends` to your list of depende
```elixir
def deps do
[
{:logger_backends, "~> 1.0.0-rc"}
{:logger_backends, "~> 1.0.0"}
]
end
```
Expand Down

0 comments on commit 67e96e3

Please sign in to comment.