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
This commit is contained in:
Martin Frost 2016-01-10 12:42:28 +01:00
parent cce1d894e6
commit 29598b8dc2
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
defmodule ISN.Mixfile do
use Mix.Project
@version "0.1.2"
@version "1.0.0"
def project do
[app: :isn,