Skip to content

Commit

Permalink
1.0.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mreishus committed Jan 26, 2020
1 parent 8478249 commit a06de12
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.7</p>
<p className="mt-2">1.0.8</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.7 # Bump in AboutIndex.tsx too
VERSION=1.0.8 # Bump in AboutIndex.tsx too
# ^ Todo: Make this one source of truth

# exit when any command fails
Expand Down

0 comments on commit a06de12

Please sign in to comment.