Skip to content

Commit 55d566a

Browse files
author
Mohammed Sadique
committed
new
1 parent 54d35cf commit 55d566a

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
@@ -39,7 +39,7 @@ The package can be installed by adding <font color="darkblue"> **Matplotex**</fo
3939
```elixir
4040
def deps do
4141
[
42-
{:matplotex, "~> 0.2.0" }
42+
{:matplotex, "~> 0.4.0" }
4343
]
4444
```
4545

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ defmodule Matplotex.MixProject do
55
[
66
app: :matplotex,
77
organization: :bigthinkcode,
8-
version: "0.3.0",
8+
version: "0.4.0",
99
elixir: "~> 1.17",
1010
start_permanent: Mix.env() == :prod,
1111
elixirc_paths: elixirc_paths(Mix.env()),

0 commit comments

Comments
 (0)