Skip to content

Commit ee52f16

Browse files
committed
Merge branch 'develop'
2 parents b6da033 + e963ee2 commit ee52f16

7 files changed

+7
-6
lines changed

.github/workflows/flatpak.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
draft: false
8787
prerelease: false
8888
title: "Latest Release"
89-
automatic_release_tag: "v5.0.151"
89+
automatic_release_tag: "v5.0.152"
9090
files: |
9191
${{ github.workspace }}/artifacts/Invoice-Ninja-Archive
9292
${{ github.workspace }}/artifacts/Invoice-Ninja-Hash

flatpak/com.invoiceninja.InvoiceNinja.desktop

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Type=Application
44

55
Name=Invoice Ninja
66
Comment=Create invoices, accept payments, track expenses & time tasks
7-
Categories=Productivity;
7+
Categories=Office;
88

99
Icon=com.invoiceninja.InvoiceNinja
1010
Exec=invoiceninja_client

flatpak/com.invoiceninja.InvoiceNinja.metainfo.xml

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
</screenshots>
5151
<content_rating type="oars-1.1"/>
5252
<releases>
53+
<release version="5.0.152" date="2024-01-24"/>
5354
<release version="5.0.151" date="2024-01-23"/>
5455
<release version="5.0.150" date="2024-01-18"/>
5556
<release version="5.0.149" date="2024-01-12"/>

lib/constants.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class Constants {
66
}
77

88
// TODO remove version once #46609 is fixed
9-
const String kClientVersion = '5.0.151';
9+
const String kClientVersion = '5.0.152';
1010
const String kMinServerVersion = '5.0.4';
1111

1212
const String kAppName = 'Invoice Ninja';

pubspec.foss.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: invoiceninja_flutter
22
description: Client for Invoice Ninja
3-
version: 5.0.151+151
3+
version: 5.0.152+152
44
homepage: https://invoiceninja.com
55
documentation: https://invoiceninja.github.io
66
publish_to: none

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: invoiceninja_flutter
22
description: Client for Invoice Ninja
3-
version: 5.0.151+151
3+
version: 5.0.152+152
44
homepage: https://invoiceninja.com
55
documentation: https://invoiceninja.github.io
66
publish_to: none

snap/snapcraft.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: invoiceninja
2-
version: '5.0.151'
2+
version: '5.0.152'
33
summary: Create invoices, accept payments, track expenses & time tasks
44
description: "### Note: if the app fails to run using `snap run invoiceninja` it may help to run `/snap/invoiceninja/current/bin/invoiceninja` instead
55

0 commit comments

Comments
 (0)