Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
hillelcoren committed May 1, 2022
1 parent 4c80e78 commit 1187b4c
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 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.79';
const String kClientVersion = '5.0.80';
const String kMinServerVersion = '5.0.4';

const String kAppName = 'Invoice Ninja';
Expand Down
2 changes: 1 addition & 1 deletion lib/ui/invoice/edit/invoice_edit_desktop.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1065,7 +1065,7 @@ class __PdfPreviewState extends State<_PdfPreview> {
Expanded(
child: _response == null
? SizedBox()
: state.prefState.enableJSPDF
: state.prefState.enableJSPDF || !kIsWeb
? PdfPreview(
build: (format) => _response.bodyBytes,
canChangeOrientation: false,
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.79+79
version: 5.0.80+80
homepage: https://invoiceninja.com
documentation: https://invoiceninja.github.io
publish_to: none
Expand Down Expand Up @@ -94,7 +94,7 @@ msix_config:
display_name: Invoice Ninja
publisher_display_name: Invoice Ninja
identity_name: InvoiceNinja.InvoiceNinja
msix_version: 5.0.79.0
msix_version: 5.0.80.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.79+79
version: 5.0.80+80
homepage: https://invoiceninja.com
documentation: https://invoiceninja.github.io
publish_to: none
Expand Down Expand Up @@ -94,7 +94,7 @@ msix_config:
display_name: Invoice Ninja
publisher_display_name: Invoice Ninja
identity_name: InvoiceNinja.InvoiceNinja
msix_version: 5.0.79.0
msix_version: 5.0.80.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.79+79
version: 5.0.80+80
homepage: https://invoiceninja.com
documentation: https://invoiceninja.github.io
publish_to: none
Expand Down Expand Up @@ -100,7 +100,7 @@ msix_config:
display_name: Invoice Ninja
publisher_display_name: Invoice Ninja
identity_name: InvoiceNinja.InvoiceNinja
msix_version: 5.0.79.0
msix_version: 5.0.80.0
publisher: CN=2B7AA393-06A0-46F5-AF85-1917142440C3
architecture: x64
capabilities: 'internetClient'
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: invoiceninja
version: '5.0.79'
version: '5.0.80'
summary: Create invoices, accept payments, track expenses & time-tasks
description: "### Note: if the app fails to run using `snap run invoiceninja` it may help to run `/snap/invoiceninja/current/bin/invoiceninja` instead
Expand Down

0 comments on commit 1187b4c

Please sign in to comment.