Skip to content

Commit 37e1810

Browse files
committed
Bump to version 0.14
1 parent 502a735 commit 37e1810

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module can, by default, only operate on datetimes in the UTC time zone. Alternat
88
third-party libraries, such as `tz`, to bring in time zone support and deal with datetimes in other time zones than UTC.
99

1010
The `tz` library relies on the [time zone database](https://data.iana.org/time-zones/tzdb/) maintained by
11-
[IANA](https://www.iana.org). As of version 0.13.0, `tz` uses version _tzdata2021a_ of the IANA time zone database.
11+
[IANA](https://www.iana.org). As of version 0.14.0, `tz` uses version _tzdata2021a_ of the IANA time zone database.
1212

1313
## Features
1414

@@ -52,7 +52,7 @@ defp deps do
5252
[
5353
{:castore, "~> 0.1.5"},
5454
{:mint, "~> 1.0"},
55-
{:tz, "~> 0.13.0"}
55+
{:tz, "~> 0.14.0"}
5656
]
5757
end
5858
```
@@ -111,7 +111,7 @@ Add `tz` for Elixir as a dependency in your `mix.exs` file:
111111
```elixir
112112
def deps do
113113
[
114-
{:tz, "~> 0.13.0"}
114+
{:tz, "~> 0.14.0"}
115115
]
116116
end
117117
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Tz.MixProject do
22
use Mix.Project
33

4-
@version "0.13.0"
4+
@version "0.14.0"
55

66
def project do
77
[

0 commit comments

Comments
 (0)