From 16e7e408bc96bc2bf308901a66dbae494b995d9d Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Sat, 7 Dec 2019 12:34:11 -0500 Subject: [PATCH] [O] Force update cookies --- src/constants.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/constants.ts b/src/constants.ts index cdd3b81..bf984fe 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -7,12 +7,13 @@ export default class Constants { /** Base url for api access */ public static API_URL: string = 'https://va.hydev.org/api'; + // public static API_URL: string = 'http://localhost:24021/api'; /** Current version */ public static VERSION: string = '0.4.6.1087'; /** The minimum version that still supports the same cookies */ - public static MIN_SUPPORTED_VERSION: string = '0.3.4.561'; + public static MIN_SUPPORTED_VERSION: string = '0.4.6.1087'; public static GITHUB: string = 'https://github.com/HyDevelop/VeracrossAnalyzer.Client';