From cfac8493cdd5c8db13f73a8cb34d1324a3f389a7 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Sun, 20 Oct 2019 19:54:57 -0400 Subject: [PATCH] [U] Pre-Release v0.3.5.697 --- src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.ts b/src/constants.ts index 19d0a10..029bad6 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.5.679'; + public static VERSION: string = '0.3.5.697'; /** Minimum version that still supports the same cookies */ public static MIN_SUPPORTED_VERSION: string = '0.3.4.561';