From fd0fd61e65cfaa1ef74c657829ad2e2a418bdb0d Mon Sep 17 00:00:00 2001 From: Mathieu Decaffmeyer <5883963+mathieuprog@users.noreply.github.com> Date: Tue, 20 Aug 2024 10:59:07 +0800 Subject: [PATCH] Bump to version 0.41.0 --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ad56c11..16d483e 100644 --- a/README.md +++ b/README.md @@ -216,7 +216,7 @@ Add `tz_extra` for Elixir as a dependency in your `mix.exs` file: ```elixir def deps do [ - {:tz_extra, "~> 0.40"} + {:tz_extra, "~> 0.41"} ] end ``` diff --git a/mix.exs b/mix.exs index af5a1e7..33d1c02 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule TzExtra.MixProject do use Mix.Project - @version "0.40.0" + @version "0.41.0" def project do [