From 40456a433f73982b4c0c48148b5cb890961d75a4 Mon Sep 17 00:00:00 2001 From: Mohammed Sadique Date: Thu, 23 Jan 2025 12:18:17 +0530 Subject: [PATCH] new version --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 52f86e6..25fd3be 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ The package can be installed by adding **Matplotex** 0.4.0" } + {:matplotex, "~> 0.4.5" } ] ``` diff --git a/mix.exs b/mix.exs index 6dac254..e29f371 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule Matplotex.MixProject do [ app: :matplotex, organization: :bigthinkcode, - version: "0.4.0", + version: "0.4.5", elixir: "~> 1.17", start_permanent: Mix.env() == :prod, elixirc_paths: elixirc_paths(Mix.env()),