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 54d35cf commit 55d566aCopy full SHA for 55d566a
README.md
@@ -39,7 +39,7 @@ The package can be installed by adding <font color="darkblue"> **Matplotex**</fo
39
```elixir
40
def deps do
41
[
42
- {:matplotex, "~> 0.2.0" }
+ {:matplotex, "~> 0.4.0" }
43
]
44
```
45
mix.exs
@@ -5,7 +5,7 @@ defmodule Matplotex.MixProject do
5
6
app: :matplotex,
7
organization: :bigthinkcode,
8
- version: "0.3.0",
+ version: "0.4.0",
9
elixir: "~> 1.17",
10
start_permanent: Mix.env() == :prod,
11
elixirc_paths: elixirc_paths(Mix.env()),
0 commit comments