Skip to content

Commit 63a9f60

Browse files
committed
Merge branch 'develop'
2 parents 9ed7072 + 4770e5f commit 63a9f60

File tree

6 files changed

+6
-5
lines changed

6 files changed

+6
-5
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.169"
89+
automatic_release_tag: "v5.0.170"
9090
files: |
9191
${{ github.workspace }}/artifacts/Invoice-Ninja-Archive
9292
${{ github.workspace }}/artifacts/Invoice-Ninja-Hash

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.170" date="2024-09-25"/>
5354
<release version="5.0.169" date="2024-09-25"/>
5455
<release version="5.0.168" date="2024-09-09"/>
5556
<release version="5.0.167" date="2024-09-08"/>

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.169';
9+
const String kClientVersion = '5.0.170';
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.169+169
3+
version: 5.0.170+170
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.169+169
3+
version: 5.0.170+170
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.169'
2+
version: '5.0.170'
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)