From 7ac70b6c1aa0e7c9e6701e203040424ffa3d6b76 Mon Sep 17 00:00:00 2001 From: Mathieu Decaffmeyer <5883963+mathieuprog@users.noreply.github.com> Date: Mon, 9 Sep 2024 15:25:00 +0800 Subject: [PATCH] Bump version to 0.28.1 --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 473eadc..6da8ffa 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.28.0, `tz` uses version **tzdata2024b** of the IANA time zone database. +[IANA](https://www.iana.org). As of version 0.28.1, `tz` uses version **tzdata2024b** of the IANA time zone database. * [Installation and usage](#installation-and-usage) * [Core principles](#core-principles) diff --git a/mix.exs b/mix.exs index 24136d6..c2c754a 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Tz.MixProject do use Mix.Project - @version "0.28.0" + @version "0.28.1" def project do [