From 34c562c8e907e500695109bdac14da114b9a6eb7 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Sat, 7 Dec 2019 13:48:09 -0500 Subject: [PATCH] [F] Force cookie update --- src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.ts b/src/constants.ts index 4390d42..2c8ccfd 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -10,7 +10,7 @@ export default class Constants // public static API_URL: string = 'http://localhost:24021/api'; /** Current version */ - public static VERSION: string = '0.4.6.1087'; + static VERSION: string = '0.5.0.1188'; /** The minimum version that still supports the same cookies */ public static MIN_SUPPORTED_VERSION: string = '0.4.6.1087';