Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
hillelcoren committed Jan 30, 2022
2 parents 3dd2229 + 1e673e0 commit 4663876
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lib/constants.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class Constants {
}

// TODO remove version once #46609 is fixed
const String kClientVersion = '5.0.75';
const String kClientVersion = '5.0.76';
const String kMinServerVersion = '5.0.4';

const String kAppName = 'Invoice Ninja';
Expand Down
1 change: 1 addition & 0 deletions lib/ui/auth/login_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -740,6 +740,7 @@ class _LoginState extends State<LoginView> {
],
);

// TODO remove this, trying to correct Safari issue
if (!kIsWeb) {
return SafeArea(child: child);
} else {
Expand Down
4 changes: 2 additions & 2 deletions pubspec.foss.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: invoiceninja_flutter
description: Client for Invoice Ninja
version: 5.0.75+75
version: 5.0.76+76
homepage: https://invoiceninja.com
documentation: https://invoiceninja.github.io
publish_to: none
Expand Down Expand Up @@ -90,7 +90,7 @@ msix_config:
display_name: Invoice Ninja
publisher_display_name: Invoice Ninja
identity_name: InvoiceNinja.InvoiceNinja
msix_version: 5.0.75.0
msix_version: 5.0.76.0
publisher: CN=2B7AA393-06A0-46F5-AF85-1917142440C3
architecture: x64
capabilities: 'internetClient'
Expand Down
4 changes: 2 additions & 2 deletions pubspec.next.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: invoiceninja_flutter
description: Client for Invoice Ninja
version: 5.0.75+75
version: 5.0.76+76
homepage: https://invoiceninja.com
documentation: https://invoiceninja.github.io
publish_to: none
Expand Down Expand Up @@ -90,7 +90,7 @@ msix_config:
display_name: Invoice Ninja
publisher_display_name: Invoice Ninja
identity_name: InvoiceNinja.InvoiceNinja
msix_version: 5.0.75.0
msix_version: 5.0.76.0
publisher: CN=2B7AA393-06A0-46F5-AF85-1917142440C3
architecture: x64
capabilities: 'internetClient'
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: invoiceninja_flutter
description: Client for Invoice Ninja
version: 5.0.75+75
version: 5.0.76+76
homepage: https://invoiceninja.com
documentation: https://invoiceninja.github.io
publish_to: none
Expand Down Expand Up @@ -90,7 +90,7 @@ msix_config:
display_name: Invoice Ninja
publisher_display_name: Invoice Ninja
identity_name: InvoiceNinja.InvoiceNinja
msix_version: 5.0.75.0
msix_version: 5.0.76.0
publisher: CN=2B7AA393-06A0-46F5-AF85-1917142440C3
architecture: x64
capabilities: 'internetClient'
Expand Down

0 comments on commit 4663876

Please sign in to comment.