From c34b5892013685948f49be2af99d7266c9b69322 Mon Sep 17 00:00:00 2001 From: Hung Tran Date: Thu, 13 Feb 2020 10:18:54 -0600 Subject: [PATCH] Version 2.1.1 --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 700b046..7c81a63 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Add `harmonium` to your list of dependencies in `mix.exs` before running `mix de ```elixir def deps do [ - {:harmonium, "~> 2.1.0"} + {:harmonium, "~> 2.1.1"} ] end ``` diff --git a/mix.exs b/mix.exs index e15f247..7655f80 100644 --- a/mix.exs +++ b/mix.exs @@ -6,7 +6,7 @@ defmodule Harmonium.MixProject do def project do [ app: :harmonium, - version: "2.1.0", + version: "2.1.1", elixir: "~> 1.7", start_permanent: Mix.env() == :prod, deps: deps(),