We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff9397b commit f58627aCopy full SHA for f58627a
2 files changed
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.1"}
+ {:circular_buffer, "~> 0.2"}
13
]
14
end
15
```
mix.exs
@@ -1,7 +1,7 @@
1
defmodule CircularBuffer.MixProject do
2
use Mix.Project
3
4
- @version "0.1.0"
+ @version "0.2.0"
5
6
def project do
7
0 commit comments