From 6af73d8bffc1584fb524d419d330479c132c0540 Mon Sep 17 00:00:00 2001 From: Matthew Reishus Date: Wed, 8 Jan 2020 11:18:05 -0600 Subject: [PATCH] Bump Version -> 1.1.4 --- .../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 0d16118..4be3f70 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.1.3) + <%= link "Demon Spirit", to: Routes.game_path(@conn, :index), class: "underline hover:text-blue-300" %> (1.1.4)
diff --git a/build.sh b/build.sh index 6da93c0..4b12d0d 100755 --- a/build.sh +++ b/build.sh @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=1.1.3 # Bump in layout/app.html.eex too +VERSION=1.1.4 # Bump in layout/app.html.eex too # ^ Todo: Make this one source of truth # exit when any command fails