[U] Release v0.4.6.1087

This commit is contained in:
Hykilpikonna
2019-11-11 22:42:42 -05:00
parent b11332953c
commit c97a202bd5
+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.3.1006';
public static VERSION: string = '0.4.6.1087';
/** Minimum version that still supports the same cookies */
public static MIN_SUPPORTED_VERSION: string = '0.3.4.561';