From d81b3fb6b97939f5764b23fdf5ae4c7f5086c5c1 Mon Sep 17 00:00:00 2001 From: mathieuprog <5883963+mathieuprog@users.noreply.github.com> Date: Sun, 8 Mar 2020 08:21:43 +0100 Subject: [PATCH] Bump version to 0.7.3 --- README.md | 6 +++--- mix.exs | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 43b2355..fb12f94 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.7.2, `tz` uses version _tzdata2019c_ of the IANA time zone database. +[IANA](https://www.iana.org). As of version 0.7.3, `tz` uses version _tzdata2019c_ of the IANA time zone database. ## Features @@ -50,7 +50,7 @@ defp deps do [ {:castore, "~> 0.1.5"}, {:mint, "~> 1.0"}, - {:tz, "~> 0.7.2"} + {:tz, "~> 0.7.3"} ] end ``` @@ -103,7 +103,7 @@ Add `tz` for Elixir as a dependency in your `mix.exs` file: ```elixir def deps do [ - {:tz, "~> 0.7.2"} + {:tz, "~> 0.7.3"} ] end ``` diff --git a/mix.exs b/mix.exs index 16f1fa2..334aa98 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Tz.MixProject do use Mix.Project - @version "0.7.2" + @version "0.7.3" def project do [