Skip to content

Commit af59a4e

Browse files
committed
Merge branch 'develop'
2 parents 011d5e3 + 16c480e commit af59a4e

File tree

7 files changed

+9
-8
lines changed

7 files changed

+9
-8
lines changed

.github/workflows/flatpak.yml

Lines changed: 1 addition & 1 deletion
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.178"
89+
automatic_release_tag: "v5.0.179"
9090
files: |
9191
${{ github.workspace }}/artifacts/Invoice-Ninja-Archive
9292
${{ github.workspace }}/artifacts/Invoice-Ninja-Hash

flatpak/com.invoiceninja.InvoiceNinja.metainfo.xml

Lines changed: 1 addition & 0 deletions
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.179" date="2025-10-29"/>
5354
<release version="5.0.178" date="2025-10-29"/>
5455
<release version="5.0.177" date="2025-10-05"/>
5556
<release version="5.0.176" date="2025-05-27"/>

lib/constants.dart

Lines changed: 1 addition & 1 deletion
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.178';
9+
const String kClientVersion = '5.0.179';
1010
const String kMinServerVersion = '5.0.4';
1111

1212
const String kAppName = 'Invoice Ninja';

lib/flutter_version.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ const FLUTTER_VERSION = const <String, String>{
1212
'devToolsVersion': '2.48.0',
1313
'flutterVersion': '3.35.4',
1414
'flutterRoot': '/Users/hillel/Code/flutter'
15-
};
15+
};

pubspec.foss.yaml

Lines changed: 2 additions & 2 deletions
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.178+178
3+
version: 5.0.179+179
44
homepage: https://invoiceninja.com
55
documentation: https://invoiceninja.github.io
66
publish_to: none
@@ -27,7 +27,7 @@ dependencies:
2727
# pinput: ^2.2.11
2828
flutter_redux: ^0.10.0
2929
redux_logging: ^0.5.0
30-
http: ^0.13.3
30+
http: ^1.5.0
3131
path_provider: ^2.0.2
3232
shared_preferences: ^2.0.6
3333
material_design_icons_flutter: ^7.0.7296

pubspec.yaml

Lines changed: 2 additions & 2 deletions
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.178+178
3+
version: 5.0.179+179
44
homepage: https://invoiceninja.com
55
documentation: https://invoiceninja.github.io
66
publish_to: none
@@ -27,7 +27,7 @@ dependencies:
2727
pinput: ^3.0.1
2828
flutter_redux: ^0.10.0
2929
redux_logging: ^0.5.0
30-
http: ^0.13.3
30+
http: ^1.5.0
3131
path_provider: ^2.0.2
3232
shared_preferences: ^2.0.6
3333
material_design_icons_flutter: ^7.0.7296

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: invoiceninja
2-
version: '5.0.178'
2+
version: '5.0.179'
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)