Skip to content

Commit

Permalink
chore: bump patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
Cain Watson committed Jul 29, 2020
1 parent d48c8b2 commit 397e824
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.0",
version: "2.6.1",
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.0",
version: "2.6.1",
build_path: "../../_build",
config_path: "../../config/config.exs",
deps_path: "../../deps",
Expand Down

0 comments on commit 397e824

Please sign in to comment.