mix: Version bump
This commit is contained in:
parent
9ddd82fcab
commit
da4165b670
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
|
```elixir
|
||||||
def deps do
|
def deps do
|
||||||
[
|
[
|
||||||
{:tres, "~> 0.1.1"}
|
{:tres, "~> 0.1.2"}
|
||||||
]
|
]
|
||||||
end
|
end
|
||||||
```
|
```
|
||||||
|
|
|
||||||
2
mix.exs
2
mix.exs
|
|
@ -8,7 +8,7 @@ defmodule Tres.Mixfile do
|
||||||
def project do
|
def project do
|
||||||
[
|
[
|
||||||
app: :tres,
|
app: :tres,
|
||||||
version: "0.1.1",
|
version: "0.1.2",
|
||||||
description: @description,
|
description: @description,
|
||||||
elixir: "~> 1.8",
|
elixir: "~> 1.8",
|
||||||
package: package(),
|
package: package(),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue