We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0e44242 + e074295 commit 860b812Copy full SHA for 860b812
2 files changed
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.4.5" }
+ {:matplotex, "~> 0.4.6" }
43
]
44
```
45
mix.exs
@@ -5,7 +5,7 @@ defmodule Matplotex.MixProject do
5
6
app: :matplotex,
7
organization: :bigthinkcode,
8
- version: "0.4.5",
+ version: "0.4.6",
9
elixir: "~> 1.17",
10
start_permanent: Mix.env() == :prod,
11
elixirc_paths: elixirc_paths(Mix.env()),
0 commit comments