From 8aa00485e13f1738aa0e79bccbde1740f50d5a65 Mon Sep 17 00:00:00 2001 From: Mitchell Date: Sat, 17 Feb 2018 22:33:56 -0600 Subject: [PATCH] version 1.0.3 --- 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 eade4d5..07faa08 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "react_starter", - "version": "1.0.2", + "version": "1.0.3", "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 aa2f8fc..4393a91 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule MyApp.Mixfile do def project do [ app: :myapp, - version: "1.0.2", + version: "1.0.3", elixir: "~> 1.5.2", elixirc_paths: elixirc_paths(Mix.env), compilers: [:phoenix, :gettext] ++ Mix.compilers,