We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6818796 commit a32f699Copy full SHA for a32f699
2 files changed
README.md
@@ -30,7 +30,7 @@ Add `:dns` to your list of dependencies in `mix.exs`:
30
```elixir
31
def deps do
32
[
33
- {:dns, "~> 2.3.0"}
+ {:dns, "~> 2.4.0"}
34
]
35
end
36
```
@@ -106,7 +106,7 @@ iex> Process.exit(server_pid, :normal)
106
107
## Copyright and License
108
109
-Copyright (c) 2016 Tung Dao
+Copyright (c) 2016-2022 Tung Dao and contributors.
110
111
This library is released under the BSD 3-Clause "New" or "Revised" License. See
112
the [LICENSE.md](./LICENSE.md) file for further details.
mix.exs
@@ -2,7 +2,7 @@ defmodule DNS.Mixfile do
2
use Mix.Project
3
4
@source_url "https://github.com/tungd/elixir-dns"
5
- @version "2.3.0"
+ @version "2.4.0"
6
7
def project do
8
0 commit comments