Skip to content

Commit

Permalink
bump version to 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tungd committed Jun 12, 2022
1 parent 6818796 commit a32f699
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Add `:dns` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:dns, "~> 2.3.0"}
{:dns, "~> 2.4.0"}
]
end
```
Expand Down Expand Up @@ -106,7 +106,7 @@ iex> Process.exit(server_pid, :normal)

## Copyright and License

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

This library is released under the BSD 3-Clause "New" or "Revised" License. See
the [LICENSE.md](./LICENSE.md) file for further details.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule DNS.Mixfile do
use Mix.Project

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

def project do
[
Expand Down

0 comments on commit a32f699

Please sign in to comment.