1
0
mirror of https://github.com/danbee/chess synced 2025-03-04 08:39:06 +00:00

'bout time we bumped the version number

This commit is contained in:
Daniel Barber 2018-10-12 17:16:05 -04:00
parent d618bfd05b
commit 60d6888507
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8

View File

@ -4,8 +4,8 @@ defmodule Chess.Mixfile do
def project do
[
app: :chess,
version: "0.1.0",
elixir: "~> 1.6",
version: "0.2.0",
elixir: "~> 1.6.6",
elixirc_paths: elixirc_paths(Mix.env),
compilers: [:phoenix, :gettext] ++ Mix.compilers,
build_embedded: Mix.env == :prod,