Skip to content

Commit a32f699

Browse files
committed
bump version to 2.4.0
1 parent 6818796 commit a32f699

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Add `:dns` to your list of dependencies in `mix.exs`:
3030
```elixir
3131
def deps do
3232
[
33-
{:dns, "~> 2.3.0"}
33+
{:dns, "~> 2.4.0"}
3434
]
3535
end
3636
```
@@ -106,7 +106,7 @@ iex> Process.exit(server_pid, :normal)
106106

107107
## Copyright and License
108108

109-
Copyright (c) 2016 Tung Dao
109+
Copyright (c) 2016-2022 Tung Dao and contributors.
110110

111111
This library is released under the BSD 3-Clause "New" or "Revised" License. See
112112
the [LICENSE.md](./LICENSE.md) file for further details.

mix.exs

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

44
@source_url "https://github.com/tungd/elixir-dns"
5-
@version "2.3.0"
5+
@version "2.4.0"
66

77
def project do
88
[

0 commit comments

Comments
 (0)