We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed1e00a commit 38529cbCopy full SHA for 38529cb
README.md
@@ -9,7 +9,7 @@ Docs: [https://hexdocs.pm/circular_buffer](https://hexdocs.pm/circular_buffer).
9
```elixir
10
def deps do
11
[
12
- {:circular_buffer, "~> 0.3"}
+ {:circular_buffer, "~> 0.4"}
13
]
14
end
15
```
mix.exs
@@ -1,7 +1,7 @@
1
defmodule CircularBuffer.MixProject do
2
use Mix.Project
3
4
- @version "0.3.0"
+ @version "0.4.0"
5
6
def project do
7
0 commit comments