From e15c95561c32857e5821b8d57599897fd022af4c Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Wed, 6 Nov 2019 22:34:08 -0500 Subject: [PATCH] [U] Release v0.4.1.895 --- src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.ts b/src/constants.ts index f5ec69e..443c5ce 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.3.6.784'; + public static VERSION: string = '0.4.1.895'; /** Minimum version that still supports the same cookies */ public static MIN_SUPPORTED_VERSION: string = '0.3.4.561';