From da4165b670611d568128ee6ca00eee06e35f0481 Mon Sep 17 00:00:00 2001 From: Eishun Kondoh Date: Tue, 9 Jul 2019 12:00:58 +0900 Subject: [PATCH] mix: Version bump --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 73629da..f011f1b 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/mix.exs b/mix.exs index cf375e3..0ac30ca 100644 --- a/mix.exs +++ b/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(),