From 3a0226fd7c00983be9e5b10720bfc30d045411d4 Mon Sep 17 00:00:00 2001
From: Matthew Reishus
Date: Mon, 18 May 2020 08:09:16 -0500
Subject: [PATCH] Bump version -> 1.0.15
My version numbers got out of sync with github.
---
assets/js/pages/AboutIndex.tsx | 2 +-
build.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
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