Hide upgrade on mobile

This commit is contained in:
Hillel Coren 2021-07-07 13:31:11 +03:00
parent 709691a5cc
commit 0ad408e91d
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ class Constants {
} }
// TODO remove version once #46609 is fixed // TODO remove version once #46609 is fixed
const String kClientVersion = '5.0.52'; const String kClientVersion = '5.0.53';
const String kMinServerVersion = '5.0.4'; const String kMinServerVersion = '5.0.4';
const String kAppName = 'Invoice Ninja'; const String kAppName = 'Invoice Ninja';

View File

@ -1,6 +1,6 @@
name: invoiceninja_flutter name: invoiceninja_flutter
description: Client for Invoice Ninja description: Client for Invoice Ninja
version: 5.0.52+52 version: 5.0.53+53
author: Hillel Coren author: Hillel Coren
homepage: https://invoiceninja.com homepage: https://invoiceninja.com
documentation: http://docs.invoiceninja.com documentation: http://docs.invoiceninja.com

View File

@ -1,6 +1,6 @@
name: invoiceninja_flutter name: invoiceninja_flutter
description: Client for Invoice Ninja description: Client for Invoice Ninja
version: 5.0.52+52 version: 5.0.53+53
author: Hillel Coren author: Hillel Coren
homepage: https://invoiceninja.com homepage: https://invoiceninja.com
documentation: http://docs.invoiceninja.com documentation: http://docs.invoiceninja.com