From b6fbbab8ddb2cf1230509eca2bef833ac060342f Mon Sep 17 00:00:00 2001 From: Mitchell Date: Tue, 6 Nov 2018 23:35:55 -0600 Subject: [PATCH] v1.2.0 --- client/package.json | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/package.json b/client/package.json index e432515..9a0f72b 100644 --- a/client/package.json +++ b/client/package.json @@ -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", diff --git a/mix.exs b/mix.exs index af96680..8b95c64 100644 --- a/mix.exs +++ b/mix.exs @@ -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,