1
0
mirror of https://github.com/mgerb/classic-wow-forums synced 2026-01-09 00:42:47 +00:00
This commit is contained in:
2018-11-06 23:35:55 -06:00
parent 25f281cb29
commit b6fbbab8dd
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "react_starter",
"version": "1.1.0",
"version": "1.2.0",
"description": "A seed for a simple react application with typescript.",
"scripts": {
"build": "webpack -p --progress --colors",

View File

@@ -4,7 +4,7 @@ defmodule MyApp.Mixfile do
def project do
[
app: :myapp,
version: "1.1.0",
version: "1.2.0",
elixir: "~> 1.7.3",
elixirc_paths: elixirc_paths(Mix.env),
compilers: [:phoenix, :gettext] ++ Mix.compilers,