Skip to content

Commit 1902097

Browse files
committed
chore: release 0.4.1
1 parent 246f573 commit 1902097

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
@@ -14,7 +14,7 @@ Add *complex* as a dependency in your `mix.exs` file.
1414

1515
```elixir
1616
def deps do
17-
[{:complex, "~> 0.3.0"}]
17+
[{:complex, "~> 0.4.1"}]
1818
end
1919
```
2020

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule Complex.Mixfile do
44
def project do
55
[
66
app: :complex,
7-
version: "0.4.0",
7+
version: "0.4.1",
88
description: description(),
99
package: package(),
1010
elixir: "~> 1.12",

0 commit comments

Comments
 (0)