File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ defmodule GitGud.Mixfile do
44 def project do
55 [
66 app: :gitgud ,
7- version: "0.3.8 " ,
7+ version: "0.3.9 " ,
88 build_path: "../../_build" ,
99 config_path: "../../config/config.exs" ,
1010 deps_path: "../../deps" ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ defmodule GitGud.Web.Mixfile do
44 def project do
55 [
66 app: :gitgud_web ,
7- version: "0.3.8 " ,
7+ version: "0.3.9 " ,
88 build_path: "../../_build" ,
99 config_path: "../../config/config.exs" ,
1010 deps_path: "../../deps" ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ defmodule GitRekt.Mixfile do
44 def project do
55 [
66 app: :gitrekt ,
7- version: "0.3.8 " ,
7+ version: "0.3.9 " ,
88 build_path: "../../_build" ,
99 config_path: "../../config/config.exs" ,
1010 deps_path: "../../deps" ,
Original file line number Diff line number Diff line change 11defmodule GitLimo.Umbrella.Mixfile do
22 use Mix.Project
33
4- @ version "0.3.8 "
4+ @ version "0.3.9 "
55
66 def project do
77 [
You can’t perform that action at this time.
0 commit comments