diff --git a/README.md b/README.md index 25fd3be..cfac201 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ The package can be installed by adding **Matplotex** 0.4.5" } + {:matplotex, "~> 0.4.6" } ] ``` diff --git a/mix.exs b/mix.exs index e29f371..d18cbd4 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule Matplotex.MixProject do [ app: :matplotex, organization: :bigthinkcode, - version: "0.4.5", + version: "0.4.6", elixir: "~> 1.17", start_permanent: Mix.env() == :prod, elixirc_paths: elixirc_paths(Mix.env()),