Skip to content
This repository has been archived by the owner on Dec 3, 2019. It is now read-only.

Commit

Permalink
Release Version 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorRigby committed Mar 7, 2019
1 parent 1f72171 commit 00ee742
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The package can be installed by adding `dhcp_server` to your list of dependencie

```elixir
def deps do
[{:dhcp_server, "~> 0.5"}]
[{:dhcp_server, "~> 0.7"}]
end
```

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule DHCPServer.Mixfile do
def project do
[
app: :dhcp_server,
version: "0.6.0",
version: "0.7.0",
elixir: "~> 1.8",
compilers: [:elixir_make] ++ Mix.compilers(),
package: package(),
Expand Down

0 comments on commit 00ee742

Please sign in to comment.