Skip to content

Commit

Permalink
Bump version to 0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuprog committed Nov 9, 2022
1 parent 8b41f3a commit fe47810
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 @@ -192,7 +192,7 @@ defp deps do
[
{:castore, "~> 0.1.18"},
{:mint, "~> 1.4"},
{:tz_extra, "~> 0.23.0"}
{:tz_extra, "~> 0.24.0"}
]
end
```
Expand All @@ -216,7 +216,7 @@ Add `tz_extra` for Elixir as a dependency in your `mix.exs` file:
```elixir
def deps do
[
{:tz_extra, "~> 0.23.0"}
{:tz_extra, "~> 0.24.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.23.0"
@version "0.24.0"

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

defp deps do
[
{:tz, "~> 0.23.0"},
{:tz, "~> 0.24.0"},
{:ecto, "~> 3.9", optional: true},
{:jason, "~> 1.4", only: :dev},
{:ex_doc, "~> 0.29", only: :dev}
Expand Down
2 changes: 1 addition & 1 deletion mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,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.2.3", "244836e6e3f1200c7f30cb56733fd808744eca61fd182f731eac4af635cc6d0b", [:mix], [], "hexpm", "c8d789e39b9131acf7b99291e93dae60ab48ef14a7ee9d58c6964f59efb570b0"},
"telemetry": {:hex, :telemetry, "1.1.0", "a589817034a27eab11144ad24d5c0f9fab1f58173274b1e9bae7074af9cbee51", [:rebar3], [], "hexpm", "b727b2a1f75614774cff2d7565b64d0dfa5bd52ba517f16543e6fc7efcc0df48"},
"tz": {:hex, :tz, "0.23.0", "1eb26ea303797f14b8d810ac69cca0e6292b31c6732cf5ec89be05a1cf232b7f", [:mix], [{:castore, "~> 0.1", [hex: :castore, repo: "hexpm", optional: true]}, {:mint, "~> 1.4", [hex: :mint, repo: "hexpm", optional: true]}], "hexpm", "c1d99f5b12ff2e2bb126a04a15a7d4b828493d1fdcc42bdd7861dc626390dc98"},
"tz": {:hex, :tz, "0.24.0", "a9073f152c5a9d0abeafde57150cd61d9f11faa7fa3710a20e8487ce05c76cee", [:mix], [{:castore, "~> 0.1", [hex: :castore, repo: "hexpm", optional: true]}, {:mint, "~> 1.4", [hex: :mint, repo: "hexpm", optional: true]}], "hexpm", "5c08671bb10a56e09371106b08f5c9192449bb22e94a51de063c8c1317317027"},
}

0 comments on commit fe47810

Please sign in to comment.