diff --git a/apps/gitgud/mix.exs b/apps/gitgud/mix.exs index 02f79d01..bb42af3d 100644 --- a/apps/gitgud/mix.exs +++ b/apps/gitgud/mix.exs @@ -4,7 +4,7 @@ defmodule GitGud.Mixfile do def project do [ app: :gitgud, - version: "0.3.8", + version: "0.3.9", build_path: "../../_build", config_path: "../../config/config.exs", deps_path: "../../deps", diff --git a/apps/gitgud_web/mix.exs b/apps/gitgud_web/mix.exs index dd0bcd22..f866a3f8 100644 --- a/apps/gitgud_web/mix.exs +++ b/apps/gitgud_web/mix.exs @@ -4,7 +4,7 @@ defmodule GitGud.Web.Mixfile do def project do [ app: :gitgud_web, - version: "0.3.8", + version: "0.3.9", build_path: "../../_build", config_path: "../../config/config.exs", deps_path: "../../deps", diff --git a/apps/gitrekt/mix.exs b/apps/gitrekt/mix.exs index c779dcda..435de9e3 100644 --- a/apps/gitrekt/mix.exs +++ b/apps/gitrekt/mix.exs @@ -4,7 +4,7 @@ defmodule GitRekt.Mixfile do def project do [ app: :gitrekt, - version: "0.3.8", + version: "0.3.9", build_path: "../../_build", config_path: "../../config/config.exs", deps_path: "../../deps", diff --git a/mix.exs b/mix.exs index 46ee1ca7..45949115 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule GitLimo.Umbrella.Mixfile do use Mix.Project - @version "0.3.8" + @version "0.3.9" def project do [