From 10648313792baa609209458ac9e3e9fcf203509a Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Sat, 5 Oct 2019 13:59:37 -0400 Subject: [PATCH] [O] Separate version as a constant --- src/constants.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/constants.ts b/src/constants.ts index caf573a..bc2bfa5 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -8,12 +8,15 @@ export default class Constants */ public static API_URL: string = 'https://va.hydev.org/api'; + public static VERSION: string = '0.2.3.315'; + public static SPLASH: string = '. , ,---. | \n' + '| |. , |---|,---.,---.| , .,---,,---.,---.\n' + ' \\ / >< | || |,---|| | | .-\' |---\'| \n' + ' `\' \' ` ` \'` \'`---^`---\'`---|\'---\'`---\'` \n' + - ' v0.2.3.315 `---\' '; + ' `---\' \n' + + ` Version v${Constants.VERSION} by Hykilpikonna (YGui21)\n`; // Graph Theme public static THEME =