diff --git a/assets/js/pages/AboutIndex.tsx b/assets/js/pages/AboutIndex.tsx index d7591b7..833c793 100644 --- a/assets/js/pages/AboutIndex.tsx +++ b/assets/js/pages/AboutIndex.tsx @@ -47,7 +47,7 @@ export const AboutIndex = () => {

version

-

1.0.14

+

1.0.15

); diff --git a/build.sh b/build.sh index 2385791..920a9d8 100755 --- a/build.sh +++ b/build.sh @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=1.0.14 # Bump in AboutIndex.tsx too +VERSION=1.0.15 # Bump in AboutIndex.tsx too # ^ Todo: Make this one source of truth # exit when any command fails