Skip to content

Commit

Permalink
Bump version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuprog committed Feb 27, 2020
1 parent 0f7bb1e commit 61e7bb3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.0, `tz` uses version _tzdata2019c_ of the IANA time zone database.
[IANA](https://www.iana.org). As of version 0.5.0, `tz` uses version _tzdata2019c_ of the IANA time zone database.

## Features

Expand Down Expand Up @@ -53,7 +53,7 @@ Add `tz` for Elixir as a dependency in your `mix.exs` file:
```elixir
def deps do
[
{:tz, "~> 0.4.0"}
{:tz, "~> 0.5.0"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Tz.MixProject do
use Mix.Project

@version "0.4.0"
@version "0.5.0"

def project do
[
Expand Down

0 comments on commit 61e7bb3

Please sign in to comment.