Skip to content

Commit

Permalink
Bump Version -> 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mreishus committed Jan 8, 2020
1 parent 844ccb6 commit 6af73d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<div class="flex items-center justify-between py-1">
<!-- Left Side -->
<div class="flex items-center">
<%= link "Demon Spirit", to: Routes.game_path(@conn, :index), class: "underline hover:text-blue-300" %> <span class="text-xs ml-1 text-gray-300">(1.1.3)</span>
<%= link "Demon Spirit", to: Routes.game_path(@conn, :index), class: "underline hover:text-blue-300" %> <span class="text-xs ml-1 text-gray-300">(1.1.4)</span>
</div>

<!-- Right Side -->
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 6af73d8

Please sign in to comment.