diff --git a/src/constants.ts b/src/constants.ts index b9769e1..3a7801e 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -10,7 +10,7 @@ export default class Constants // static API_URL: string = 'http://localhost:24021/api'; /** Current version */ - static VERSION: string = '0.5.0.1188'; + static VERSION: string = '0.5.1.1229'; /** The minimum version that still supports the same cookies */ static MIN_SUPPORTED_VERSION: string = '0.4.6.1087';