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,