From b9de00f3f97a7057ca3eb69572506eb059bc549c Mon Sep 17 00:00:00 2001
From: Matthew Reishus
Date: Wed, 22 Apr 2020 14:51:23 -0500
Subject: [PATCH] Bump version 1.0.12 -> 1.0.13
---
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 0f719bf..e28e8b4 100644
--- a/assets/js/pages/AboutIndex.tsx
+++ b/assets/js/pages/AboutIndex.tsx
@@ -47,7 +47,7 @@ export const AboutIndex = () => {
version
- 1.0.12
+ 1.0.13
);
diff --git a/build.sh b/build.sh
index c3131b1..aaa6d3b 100755
--- a/build.sh
+++ b/build.sh
@@ -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