From d02cfe055784eefc71f71cc017265b11c9e86e9d Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Sun, 13 Oct 2019 21:48:33 -0400 Subject: [PATCH] [U] Release v0.3.4.561 --- src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.ts b/src/constants.ts index cc66f52..480ee8f 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -8,7 +8,7 @@ export default class Constants */ public static API_URL: string = 'https://va.hydev.org/api'; - public static VERSION: string = '0.3.3.502'; + public static VERSION: string = '0.3.4.561'; public static GITHUB: string = 'https://github.com/HyDevelop/VeracrossAnalyzer.Client';