diff --git a/src/constants.ts b/src/constants.ts index e54bb6c..c7c59df 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -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.2.912'; + public static VERSION: string = '0.4.3.1006'; /** Minimum version that still supports the same cookies */ public static MIN_SUPPORTED_VERSION: string = '0.3.4.561';