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 246f573 commit 1902097Copy full SHA for 1902097
README.md
@@ -14,7 +14,7 @@ Add *complex* as a dependency in your `mix.exs` file.
14
15
```elixir
16
def deps do
17
- [{:complex, "~> 0.3.0"}]
+ [{:complex, "~> 0.4.1"}]
18
end
19
```
20
mix.exs
@@ -4,7 +4,7 @@ defmodule Complex.Mixfile do
4
def project do
5
[
6
app: :complex,
7
- version: "0.4.0",
+ version: "0.4.1",
8
description: description(),
9
package: package(),
10
elixir: "~> 1.12",
0 commit comments