Skip to content

Commit

Permalink
Bump version -> 1.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
mreishus committed May 18, 2020
1 parent 46c3dc5 commit e449276
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.13</p>
<p className="mt-2">1.0.14</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.13 # Bump in AboutIndex.tsx too
VERSION=1.0.14 # Bump in AboutIndex.tsx too
# ^ Todo: Make this one source of truth

# exit when any command fails
Expand Down

0 comments on commit e449276

Please sign in to comment.