From 6204efd4535b4b2f62cfae458eff3eb506141636 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Sat, 9 Nov 2019 22:15:31 -0500 Subject: [PATCH] [U] Release v0.4.3.1006 --- src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.ts b/src/constants.ts index e54bb6c..c7c59df 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -7,7 +7,7 @@ export default class Constants public static API_URL: string = 'https://va.hydev.org/api'; /** Current version */ - public static VERSION: string = '0.4.2.912'; + public static VERSION: string = '0.4.3.1006'; /** Minimum version that still supports the same cookies */ public static MIN_SUPPORTED_VERSION: string = '0.3.4.561';