From f9cad07e2efa83a7cf8af95f16dc048fde656536 Mon Sep 17 00:00:00 2001 From: maryamaljanabi Date: Mon, 9 Dec 2024 17:38:52 +0300 Subject: [PATCH] v2.41.0 --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 98fd4d7..207552f 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,7 @@ by adding `expression` to your list of dependencies in `mix.exs`: ```elixir def deps do [ - {:expression, "~> 2.40.0"} + {:expression, "~> 2.41.0"} ] end ``` diff --git a/mix.exs b/mix.exs index f3f6436..f593139 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Expression.MixProject do use Mix.Project - @version "2.40.0" + @version "2.41.0" def project do [