Skip to content

Commit

Permalink
Bump version 1.0.12 -> 1.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
mreishus committed Apr 22, 2020
1 parent 9a1e9b7 commit b9de00f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/js/pages/AboutIndex.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const AboutIndex = () => {
</a>
</p>
<h2 className="text-xl mt-2 text-green-300">version</h2>
<p className="mt-2">1.0.12</p>
<p className="mt-2">1.0.13</p>
</div>
</div>
);
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.0.12 # Bump in AboutIndex.tsx too
VERSION=1.0.13 # Bump in AboutIndex.tsx too
# ^ Todo: Make this one source of truth

# exit when any command fails
Expand Down

0 comments on commit b9de00f

Please sign in to comment.