We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d3e1c9 commit e754c27Copy full SHA for e754c27
README.md
@@ -1,6 +1,8 @@
1
# gen_nntp
2
3
[](https://github.com/sntran/gen_nntp/actions/workflows/elixir.yml)
4
+[](https://hex.pm/packages/gen_nntp)
5
+[](https://choosealicense.com/licenses/apache-2.0/)
6
7
The Erlang NNTP client and server library.
8
@@ -12,7 +14,7 @@ by adding `gen_nntp` to your list of dependencies in `mix.exs`:
12
14
```elixir
13
15
def deps do
16
[
- {:gen_nntp, "~> 0.1.0"}
17
+ {:gen_nntp, "~> 0.18.0"}
18
]
19
end
20
```
0 commit comments