Skip to content

Commit 38529cb

Browse files
committed
Bump version
1 parent ed1e00a commit 38529cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Docs: [https://hexdocs.pm/circular_buffer](https://hexdocs.pm/circular_buffer).
99
```elixir
1010
def deps do
1111
[
12-
{:circular_buffer, "~> 0.3"}
12+
{:circular_buffer, "~> 0.4"}
1313
]
1414
end
1515
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule CircularBuffer.MixProject do
22
use Mix.Project
33

4-
@version "0.3.0"
4+
@version "0.4.0"
55

66
def project do
77
[

0 commit comments

Comments
 (0)