Skip to content

Commit 860b812

Browse files
Merge pull request #44 from BigThinkcode/new_version
New version
2 parents 0e44242 + e074295 commit 860b812

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.4.5" }
42+
{:matplotex, "~> 0.4.6" }
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.4.5",
8+
version: "0.4.6",
99
elixir: "~> 1.17",
1010
start_permanent: Mix.env() == :prod,
1111
elixirc_paths: elixirc_paths(Mix.env()),

0 commit comments

Comments
 (0)