[U] Pre-release v0.3.6.784

This commit is contained in:
Hykilpikonna
2019-11-03 10:44:57 -05:00
parent 5d295db1b7
commit 970a058ba3
+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.3.6.741';
public static VERSION: string = '0.3.6.784';
/** Minimum version that still supports the same cookies */
public static MIN_SUPPORTED_VERSION: string = '0.3.4.561';