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 a21ab11..ba84fa9 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.3.1) + <%= link "Demon Spirit", to: Routes.game_path(@conn, :index), class: "underline hover:text-blue-300" %> (1.3.2)
diff --git a/build.sh b/build.sh index d569cc6..203991e 100755 --- a/build.sh +++ b/build.sh @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=1.3.1 # Bump in layout/app.html.eex too +VERSION=1.3.2 # Bump in layout/app.html.eex too # ^ Todo: Make this one source of truth # exit when any command fails