diff --git a/README.md b/README.md index a8375d3..54f8c82 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.14.0, `tz` uses version _tzdata2021a_ of the IANA time zone database. +[IANA](https://www.iana.org). As of version 0.15.0, `tz` uses version _tzdata2021a_ of the IANA time zone database. ## Features @@ -71,7 +71,7 @@ defp deps do [ {:castore, "~> 0.1.5"}, {:mint, "~> 1.0"}, - {:tz, "~> 0.14.0"} + {:tz, "~> 0.15.0"} ] end ``` @@ -130,7 +130,7 @@ Add `tz` for Elixir as a dependency in your `mix.exs` file: ```elixir def deps do [ - {:tz, "~> 0.14.0"} + {:tz, "~> 0.15.0"} ] end ``` diff --git a/mix.exs b/mix.exs index 16bd301..a75b0d0 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Tz.MixProject do use Mix.Project - @version "0.14.0" + @version "0.15.0" def project do [