Skip to content

Commit

Permalink
Update version in README to 1.0 (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
vrcca authored May 21, 2024
1 parent 0a0b22a commit 5f7344f
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 @@ -14,7 +14,7 @@ Add `stream_data` to your list of dependencies:

```elixir
defp deps() do
[{:stream_data, "~> 0.5", only: :test}]
[{:stream_data, "~> 1.0", only: :test}]
end
```

Expand Down

0 comments on commit 5f7344f

Please sign in to comment.