From 66ba3430fdfd1eb11e1e6811bb6a7f7e7ba9996e Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Sat, 1 Aug 2020 20:25:07 -0400 Subject: [PATCH] [U] Release v0.5.6.1761 --- src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.ts b/src/constants.ts index 77387f7..b00349d 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -10,7 +10,7 @@ export default class Constants // static API_URL: string = 'http://localhost:24021/api'; /** Current version */ - static VERSION: string = '0.5.4.1391'; + static VERSION: string = '0.5.6.1761'; /** The minimum version that still supports the same cookies */ static MIN_SUPPORTED_VERSION: string = '0.4.6.1087';