[U] Release v0.4.2.912

This commit is contained in:
Hykilpikonna
2019-11-07 22:29:01 -05:00
parent 73b71f56a5
commit 8dbef09ec9
+1 -1
View File
@@ -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.4.1.895';
public static VERSION: string = '0.4.2.912';
/** Minimum version that still supports the same cookies */
public static MIN_SUPPORTED_VERSION: string = '0.3.4.561';