From d341f7b631c086692d579429264c0dd62660af9f Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Wed, 24 Jan 2024 16:44:43 +0200 Subject: [PATCH 1/2] Fix for flatpak --- flatpak/com.invoiceninja.InvoiceNinja.desktop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flatpak/com.invoiceninja.InvoiceNinja.desktop b/flatpak/com.invoiceninja.InvoiceNinja.desktop index a0928a4d5e4..4d91cc94f31 100644 --- a/flatpak/com.invoiceninja.InvoiceNinja.desktop +++ b/flatpak/com.invoiceninja.InvoiceNinja.desktop @@ -4,7 +4,7 @@ Type=Application Name=Invoice Ninja Comment=Create invoices, accept payments, track expenses & time tasks -Categories=Productivity; +Categories=Office; Icon=com.invoiceninja.InvoiceNinja Exec=invoiceninja_client From e963ee2bd1318f8c0c4526f175e26345e60057d4 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Wed, 24 Jan 2024 16:44:59 +0200 Subject: [PATCH 2/2] Update version --- .github/workflows/flatpak.yml | 2 +- flatpak/com.invoiceninja.InvoiceNinja.metainfo.xml | 1 + lib/constants.dart | 2 +- pubspec.foss.yaml | 2 +- pubspec.yaml | 2 +- snap/snapcraft.yaml | 2 +- 6 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/flatpak.yml b/.github/workflows/flatpak.yml index 231cc6afaa8..ee7b699f3fb 100644 --- a/.github/workflows/flatpak.yml +++ b/.github/workflows/flatpak.yml @@ -86,7 +86,7 @@ jobs: draft: false prerelease: false title: "Latest Release" - automatic_release_tag: "v5.0.151" + automatic_release_tag: "v5.0.152" files: | ${{ github.workspace }}/artifacts/Invoice-Ninja-Archive ${{ github.workspace }}/artifacts/Invoice-Ninja-Hash diff --git a/flatpak/com.invoiceninja.InvoiceNinja.metainfo.xml b/flatpak/com.invoiceninja.InvoiceNinja.metainfo.xml index 0b24769135c..72d8de22eb1 100644 --- a/flatpak/com.invoiceninja.InvoiceNinja.metainfo.xml +++ b/flatpak/com.invoiceninja.InvoiceNinja.metainfo.xml @@ -50,6 +50,7 @@ + diff --git a/lib/constants.dart b/lib/constants.dart index 0615c8f1c07..713d264545f 100644 --- a/lib/constants.dart +++ b/lib/constants.dart @@ -6,7 +6,7 @@ class Constants { } // TODO remove version once #46609 is fixed -const String kClientVersion = '5.0.151'; +const String kClientVersion = '5.0.152'; const String kMinServerVersion = '5.0.4'; const String kAppName = 'Invoice Ninja'; diff --git a/pubspec.foss.yaml b/pubspec.foss.yaml index 0c30bfda4b9..7a4e1c51daa 100644 --- a/pubspec.foss.yaml +++ b/pubspec.foss.yaml @@ -1,6 +1,6 @@ name: invoiceninja_flutter description: Client for Invoice Ninja -version: 5.0.151+151 +version: 5.0.152+152 homepage: https://invoiceninja.com documentation: https://invoiceninja.github.io publish_to: none diff --git a/pubspec.yaml b/pubspec.yaml index 0cf546a561f..6daeb4c1149 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: invoiceninja_flutter description: Client for Invoice Ninja -version: 5.0.151+151 +version: 5.0.152+152 homepage: https://invoiceninja.com documentation: https://invoiceninja.github.io publish_to: none diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 1bdc9aa141f..533ce2bbaa8 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: invoiceninja -version: '5.0.151' +version: '5.0.152' 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