Skip to content

Commit

Permalink
Bump version to 0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuprog committed Aug 16, 2021
1 parent 937bab2 commit 5de422c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,9 +184,9 @@ Lastly, add the http client `mint` and ssl certificate store `castore` into your
```elixir
defp deps do
[
{:castore, "~> 0.1.10"},
{:castore, "~> 0.1.11"},
{:mint, "~> 1.3"},
{:tz_extra, "~> 0.17.0"}
{:tz_extra, "~> 0.20.0"}
]
end
```
Expand All @@ -210,7 +210,7 @@ Add `tz_extra` for Elixir as a dependency in your `mix.exs` file:
```elixir
def deps do
[
{:tz_extra, "~> 0.17.0"}
{:tz_extra, "~> 0.20.0"}
]
end
```
Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule TzExtra.MixProject do
use Mix.Project

@version "0.17.0"
@version "0.20.0"

def project do
[
Expand Down Expand Up @@ -30,7 +30,7 @@ defmodule TzExtra.MixProject do

defp deps do
[
{:tz, "~> 0.17"},
{:tz, "~> 0.20"},
{:ecto, "~> 3.6", optional: true},
{:jason, "~> 1.2", only: :dev},
{:ex_doc, "~> 0.24", only: :dev}
Expand Down
2 changes: 1 addition & 1 deletion mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"makeup_erlang": {:hex, :makeup_erlang, "0.1.1", "3fcb7f09eb9d98dc4d208f49cc955a34218fc41ff6b84df7c75b3e6e533cc65f", [:mix], [{:makeup, "~> 1.0", [hex: :makeup, repo: "hexpm", optional: false]}], "hexpm", "174d0809e98a4ef0b3309256cbf97101c6ec01c4ab0b23e926a9e17df2077cbb"},
"nimble_parsec": {:hex, :nimble_parsec, "1.1.0", "3a6fca1550363552e54c216debb6a9e95bd8d32348938e13de5eda962c0d7f89", [:mix], [], "hexpm", "08eb32d66b706e913ff748f11694b17981c0b04a33ef470e33e11b3d3ac8f54b"},
"telemetry": {:hex, :telemetry, "0.4.3", "a06428a514bdbc63293cd9a6263aad00ddeb66f608163bdec7c8995784080818", [:rebar3], [], "hexpm", "eb72b8365ffda5bed68a620d1da88525e326cb82a75ee61354fc24b844768041"},
"tz": {:hex, :tz, "0.17.0", "47a5a7704d8bbb8c62916dede798eafd9c1e105fa239578dd2824db746e2ec99", [:mix], [{:castore, "~> 0.1.10", [hex: :castore, repo: "hexpm", optional: true]}, {:mint, "~> 1.3", [hex: :mint, repo: "hexpm", optional: true]}], "hexpm", "e2356420eaacc95e714911c4368e85398352110fa932309beb680ae2ad767a7b"},
"tz": {:hex, :tz, "0.20.0", "934bf6384562669dbab286df2bd55c6e1e95c3cadd9238f5893ef6dbe1e059be", [:mix], [{:castore, "~> 0.1.11", [hex: :castore, repo: "hexpm", optional: true]}, {:mint, "~> 1.3", [hex: :mint, repo: "hexpm", optional: true]}], "hexpm", "84e3adb9a12b799a8c9c42457cc4c3b3215cc14a09a6d8576a64e35d935a2129"},
}

0 comments on commit 5de422c

Please sign in to comment.