Update Oban's README.md (#222)

The published version is 1.0.0

https://hex.pm/packages/opentelemetry_oban
This commit is contained in:
rlopzc 2023-11-09 17:53:32 -06:00 committed by GitHub
parent 97d13c39b7
commit 66326e7f42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ dependencies in `mix.exs`:
```elixir
def deps do
[
{:opentelemetry_oban, "~> 0.2"}
{:opentelemetry_oban, "~> 1.0"}
]
end
```