Skip to content

Commit

Permalink
Update tz dependency and bump version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuprog committed Mar 11, 2020
1 parent d5d8e1e commit cce07d3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ defp deps do
[
{:castore, "~> 0.1.5"},
{:mint, "~> 1.0"},
{:tz_extra, "~> 0.4.0"}
{:tz_extra, "~> 0.5.0"}
]
end
```
Expand All @@ -87,7 +87,7 @@ Add `tz_extra` for Elixir as a dependency in your `mix.exs` file:
```elixir
def deps do
[
{:tz_extra, "~> 0.4.0"}
{:tz_extra, "~> 0.5.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.4.0"
@version "0.5.0"

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

defp deps do
[
{:tz, "~> 0.7.3"},
{:tz, "~> 0.8.0"},
{:ex_doc, "~> 0.21", only: :dev}
]
end
Expand Down
2 changes: 1 addition & 1 deletion mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"makeup": {:hex, :makeup, "1.0.0", "671df94cf5a594b739ce03b0d0316aa64312cee2574b6a44becb83cd90fb05dc", [:mix], [{:nimble_parsec, "~> 0.5.0", [hex: :nimble_parsec, repo: "hexpm", optional: false]}], "hexpm"},
"makeup_elixir": {:hex, :makeup_elixir, "0.14.0", "cf8b7c66ad1cff4c14679698d532f0b5d45a3968ffbcbfd590339cb57742f1ae", [:mix], [{:makeup, "~> 1.0", [hex: :makeup, repo: "hexpm", optional: false]}], "hexpm"},
"nimble_parsec": {:hex, :nimble_parsec, "0.5.3", "def21c10a9ed70ce22754fdeea0810dafd53c2db3219a0cd54cf5526377af1c6", [:mix], [], "hexpm"},
"tz": {:hex, :tz, "0.7.3", "06dcd6d6072777d95d5e65bdc9f5b9398635a31d6c2064eb92d1dfd92f3fa93e", [:mix], [{:castore, "~> 0.1.5", [hex: :castore, repo: "hexpm", optional: true]}, {:mint, "~> 1.0", [hex: :mint, repo: "hexpm", optional: true]}], "hexpm"},
"tz": {:hex, :tz, "0.8.0", "796a6a96426c4257ac50bb37b78915906c4d009394c199166aaca424df50e887", [:mix], [{:castore, "~> 0.1.5", [hex: :castore, repo: "hexpm", optional: true]}, {:mint, "~> 1.0", [hex: :mint, repo: "hexpm", optional: true]}], "hexpm"},
}

0 comments on commit cce07d3

Please sign in to comment.