From 9ac0695d3b3034793d625bab77131f74a146a6c8 Mon Sep 17 00:00:00 2001 From: mathieuprog <5883963+mathieuprog@users.noreply.github.com> Date: Sat, 1 Apr 2023 14:44:19 +0200 Subject: [PATCH] Bump version to 0.26.1 --- README.md | 6 +++--- mix.exs | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5eb9779..29717c4 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ module can, by default, only operate on datetimes in the UTC time zone. Alternat third-party libraries, such as `tz`, to bring in time zone support and deal with datetimes in other time zones than UTC. The `tz` library relies on the [time zone database](https://data.iana.org/time-zones/tzdb/) maintained by -[IANA](https://www.iana.org). As of version 0.26.0, `tz` uses version **tzdata2023c** of the IANA time zone database. +[IANA](https://www.iana.org). As of version 0.26.1, `tz` uses version **tzdata2023c** of the IANA time zone database. * [Installation and usage](#installation-and-usage) * [Core principles](#core-principles) @@ -32,7 +32,7 @@ Add `tz` for Elixir as a dependency in your `mix.exs` file: ```elixir def deps do [ - {:tz, "~> 0.26.0"} + {:tz, "~> 0.26.1"} ] end ``` @@ -188,7 +188,7 @@ defp deps do [ {:castore, "~> 0.1"}, {:mint, "~> 1.4"}, - {:tz, "~> 0.26.0"} + {:tz, "~> 0.26.1"} ] end ``` diff --git a/mix.exs b/mix.exs index f1323ae..1a7fe8a 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Tz.MixProject do use Mix.Project - @version "0.26.0" + @version "0.26.1" def project do [