From f8db5cc0f8b129992f07cee6f193b1476e14bb67 Mon Sep 17 00:00:00 2001 From: mathieuprog <5883963+mathieuprog@users.noreply.github.com> Date: Tue, 25 Feb 2020 08:59:05 +0100 Subject: [PATCH] Bump version to 0.3.0 --- README.md | 4 ++-- mix.exs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 02d24ea..c9f5217 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.2.0, `tz` uses version _tzdata2019c_ of the IANA time zone database. +[IANA](https://www.iana.org). As of version 0.3.0, `tz` uses version _tzdata2019c_ of the IANA time zone database. ## Usage @@ -37,7 +37,7 @@ Add `tz` for Elixir as a dependency in your `mix.exs` file: ```elixir def deps do [ - {:tz, "~> 0.2.0"} + {:tz, "~> 0.3.0"} ] end ``` diff --git a/mix.exs b/mix.exs index a560fb0..aa01540 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Tz.MixProject do use Mix.Project - @version "0.2.0" + @version "0.3.0" def project do [