From cd9b61e0b77ad929283555f14336fa922f8344b9 Mon Sep 17 00:00:00 2001 From: Mitchell Date: Mon, 30 Apr 2018 20:16:47 -0500 Subject: [PATCH] version 1.1.0 --- client/package-lock.json | 2 +- client/package.json | 2 +- mix.exs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 8c6bf4e..24dcd86 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -1,6 +1,6 @@ { "name": "react_starter", - "version": "1.0.3", + "version": "1.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/client/package.json b/client/package.json index eda50ad..e432515 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "react_starter", - "version": "1.0.3", + "version": "1.1.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 4393a91..b0092fa 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule MyApp.Mixfile do def project do [ app: :myapp, - version: "1.0.3", + version: "1.1.0", elixir: "~> 1.5.2", elixirc_paths: elixirc_paths(Mix.env), compilers: [:phoenix, :gettext] ++ Mix.compilers,