From 310536afc9aa0acbb49f3e9405f8ead5505945e2 Mon Sep 17 00:00:00 2001 From: Daniel Ternyak Date: Mon, 12 Feb 2018 14:54:41 -0600 Subject: [PATCH] Tag Beta 0.2.0 (#1060) --- common/config/data.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/config/data.tsx b/common/config/data.tsx index 2adcf339..f22df0fe 100644 --- a/common/config/data.tsx +++ b/common/config/data.tsx @@ -4,7 +4,7 @@ import { getValues } from '../utils/helpers'; export const languages = require('./languages.json'); // Displays in the footer -export const VERSION = '0.1.0 (BETA)'; +export const VERSION = '0.2.0 (BETA)'; export const N_FACTOR = 8192; // Displays at the top of the site, make message empty string to remove.