Skip to content

Commit 7c415a8

Browse files
committed
Roll version
1 parent bc021f3 commit 7c415a8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## v0.1.7 (TBA)
1+
## v0.1.7 (2022-10-06)
22

33
- The specified port is checked to ensure is in valid range
44

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Add `test_server` to your list of dependencies in `mix.exs`:
2424
```elixir
2525
def deps do
2626
[
27-
{:test_server, "~> 0.1.6", only: [:test]}
27+
{:test_server, "~> 0.1.7", only: [:test]}
2828
]
2929
end
3030
```

mix.exs

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

44
@source_url "https://github.com/danschultzer/test_server"
5-
@version "0.1.6"
5+
@version "0.1.7"
66

77
def project do
88
[

0 commit comments

Comments
 (0)