From 185c44bd49ebb3d58d2c46aac35707fc428c64bc Mon Sep 17 00:00:00 2001 From: Imran Ismail Date: Sun, 7 Oct 2018 23:52:05 +0800 Subject: [PATCH] Bump to v1.0.1 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index bb0bc2e..d2be013 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Turbolinks.Mixfile do def project do [ app: :turbolinks, - version: "1.0.0", + version: "1.0.1", elixir: "~> 1.3", build_embedded: Mix.env() == :prod, start_permanent: Mix.env() == :prod,