Rename Runosaari.Release -> Runosaari.Migrator.

This commit is contained in:
codevictory
2021-05-31 21:12:13 +03:00
parent c010d04f02
commit a4ee8421ef
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
defmodule Runosaari.Release do
defmodule Runosaari.Migrator do
@app :runosaari
def migrate do

View File

@@ -4,7 +4,7 @@ defmodule Runosaari.MixProject do
def project do
[
app: :runosaari,
version: "0.1.0",
version: "0.2.0",
elixir: "~> 1.7",
elixirc_paths: elixirc_paths(Mix.env()),
compilers: [:phoenix, :gettext] ++ Mix.compilers(),