Release 2.2.1

This commit is contained in:
Griffin Smith 2018-01-17 15:24:04 -05:00
parent c7c0788bb1
commit c44604e06c
2 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,9 @@
2.2.1 / 2018-01-17
==================
* deps(): Update version of erlang_nif-sys
2.2.0 / 2017-12-06
==================

View File

@ -3,7 +3,7 @@ defmodule Rox.Mixfile do
def project do
[app: :rox,
version: "2.2.0",
version: "2.2.1",
elixir: "~> 1.4",
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,