From 8dbef09ec9a7fbf1028f548f303825fd8b6b4637 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Thu, 7 Nov 2019 22:29:01 -0500 Subject: [PATCH] [U] Release v0.4.2.912 --- src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.ts b/src/constants.ts index 443c5ce..83c426d 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.1.895'; + public static VERSION: string = '0.4.2.912'; /** Minimum version that still supports the same cookies */ public static MIN_SUPPORTED_VERSION: string = '0.3.4.561';