Skip to content

Commit

Permalink
increment app version
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierZal committed Jan 10, 2025
1 parent dab0530 commit efe0e19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ export class API implements IAPI {
data: { LoginData: loginData },
} = await this.login({
postData: {
AppVersion: '1.34.13.0',
AppVersion: '1.34.14.0',
Email: username,
Language: this.#getLanguageCode(),
Password: password,
Expand Down

0 comments on commit efe0e19

Please sign in to comment.