From 93a520e54f5e78badc55f58b20294fc368741c91 Mon Sep 17 00:00:00 2001 From: Matthew Reishus Date: Mon, 10 Feb 2020 11:11:14 -0600 Subject: [PATCH] Bump version -> 1.2.3 --- .../lib/demon_spirit_web/templates/layout/app.html.eex | 2 +- build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/demon_spirit_web/lib/demon_spirit_web/templates/layout/app.html.eex b/apps/demon_spirit_web/lib/demon_spirit_web/templates/layout/app.html.eex index 4a75f13..b7322b8 100644 --- a/apps/demon_spirit_web/lib/demon_spirit_web/templates/layout/app.html.eex +++ b/apps/demon_spirit_web/lib/demon_spirit_web/templates/layout/app.html.eex @@ -15,7 +15,7 @@
- <%= link "Demon Spirit", to: Routes.game_path(@conn, :index), class: "underline hover:text-blue-300" %> (1.2.2) + <%= link "Demon Spirit", to: Routes.game_path(@conn, :index), class: "underline hover:text-blue-300" %> (1.2.3)
diff --git a/build.sh b/build.sh index 9bc6089..587682e 100755 --- a/build.sh +++ b/build.sh @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=1.2.2 # Bump in layout/app.html.eex too +VERSION=1.2.3 # Bump in layout/app.html.eex too # ^ Todo: Make this one source of truth # exit when any command fails