Merge tag '0.1.2' into develop
Release 0.1.2
This commit is contained in:
commit
0aa894a21c
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
2
mix.exs
2
mix.exs
|
|
@ -8,7 +8,7 @@ defmodule Tres.Mixfile do
|
|||
def project do
|
||||
[
|
||||
app: :tres,
|
||||
version: "0.1.1",
|
||||
version: "0.1.2",
|
||||
description: @description,
|
||||
elixir: "~> 1.8",
|
||||
package: package(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue