Skip to content

Commit

Permalink
chore: minor version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Cain Watson committed Aug 1, 2020
1 parent b2bba66 commit 351c48b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion server/apps/draw_it/mix.exs
Expand Up @@ -4,7 +4,7 @@ defmodule DrawIt.MixProject do
def project do
[
app: :draw_it,
version: "2.6.1",
version: "2.7.0",
build_path: "../../_build",
config_path: "../../config/config.exs",
deps_path: "../../deps",
Expand Down
2 changes: 1 addition & 1 deletion server/apps/draw_it_web/mix.exs
Expand Up @@ -4,7 +4,7 @@ defmodule DrawItWeb.MixProject do
def project do
[
app: :draw_it_web,
version: "2.6.1",
version: "2.7.0",
build_path: "../../_build",
config_path: "../../config/config.exs",
deps_path: "../../deps",
Expand Down

0 comments on commit 351c48b

Please sign in to comment.