From c97a202bd52920db1f3fc6a660b616e0218fb41c Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Mon, 11 Nov 2019 22:42:42 -0500 Subject: [PATCH] [U] Release v0.4.6.1087 --- src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.ts b/src/constants.ts index c7c59df..6ec6265 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.3.1006'; + public static VERSION: string = '0.4.6.1087'; /** Minimum version that still supports the same cookies */ public static MIN_SUPPORTED_VERSION: string = '0.3.4.561';