mix: Version bump

This commit is contained in:
Eishun Kondoh 2019-07-09 12:00:58 +09:00
parent 9ddd82fcab
commit da4165b670
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ Tres is a framework and set of helper libraries to develop OpenFlow controllers
```elixir
def deps do
[
{:tres, "~> 0.1.1"}
{:tres, "~> 0.1.2"}
]
end
```