From 29598b8dc24b32315dbfe7beb7bcac875157f997 Mon Sep 17 00:00:00 2001 From: Martin Frost Date: Sun, 10 Jan 2016 12:42:28 +0100 Subject: [PATCH] Version 1.0.0 - Renamed Isn -> ISN, following Elixir's [Naming Conventions](http://elixir-lang.org/docs/master/elixir/naming-conventions.html) - Include a mix task for generating the isn extension creation migration --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 1465101..d7b3ef5 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule ISN.Mixfile do use Mix.Project - @version "0.1.2" + @version "1.0.0" def project do [app: :isn,