Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
hillelcoren committed Sep 9, 2024
2 parents 9f022f1 + eeb1ebe commit 5365e16
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/flatpak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
draft: false
prerelease: false
title: "Latest Release"
automatic_release_tag: "v5.0.167"
automatic_release_tag: "v5.0.168"
files: |
${{ github.workspace }}/artifacts/Invoice-Ninja-Archive
${{ github.workspace }}/artifacts/Invoice-Ninja-Hash
Expand Down
1 change: 1 addition & 0 deletions flatpak/com.invoiceninja.InvoiceNinja.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
</screenshots>
<content_rating type="oars-1.1"/>
<releases>
<release version="5.0.168" date="2024-09-09"/>
<release version="5.0.167" date="2024-09-08"/>
<release version="5.0.166" date="2024-09-08"/>
<release version="5.0.165" date="2024-09-08"/>
Expand Down
2 changes: 1 addition & 1 deletion lib/constants.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class Constants {
}

// TODO remove version once #46609 is fixed
const String kClientVersion = '5.0.167';
const String kClientVersion = '5.0.168';
const String kMinServerVersion = '5.0.4';

const String kAppName = 'Invoice Ninja';
Expand Down
10 changes: 5 additions & 5 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.167+167
version: 5.0.168+168
homepage: https://invoiceninja.com
documentation: https://invoiceninja.github.io
publish_to: none
Expand Down Expand Up @@ -95,22 +95,22 @@ dependency_overrides:
git:
url: https://github.com/superlistapp/super_editor
path: super_editor
ref: stable
ref: c75f59a7aca9139bb6b38001c705ac430d5d2946
super_editor_markdown:
git:
url: https://github.com/superlistapp/super_editor
path: super_editor_markdown
ref: stable
ref: c75f59a7aca9139bb6b38001c705ac430d5d2946
super_text_layout:
git:
url: https://github.com/superlistapp/super_editor
path: super_text_layout
ref: stable
ref: c75f59a7aca9139bb6b38001c705ac430d5d2946
attributed_text:
git:
url: https://github.com/superlistapp/super_editor
path: attributed_text
ref: stable
ref: c75f59a7aca9139bb6b38001c705ac430d5d2946

dev_dependencies:
flutter_driver:
Expand Down
8 changes: 4 additions & 4 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ packages:
dependency: "direct overridden"
description:
path: attributed_text
ref: stable
ref: c75f59a7aca9139bb6b38001c705ac430d5d2946
resolved-ref: c75f59a7aca9139bb6b38001c705ac430d5d2946
url: "https://github.com/superlistapp/super_editor"
source: git
Expand Down Expand Up @@ -1572,7 +1572,7 @@ packages:
dependency: "direct overridden"
description:
path: super_editor
ref: stable
ref: c75f59a7aca9139bb6b38001c705ac430d5d2946
resolved-ref: c75f59a7aca9139bb6b38001c705ac430d5d2946
url: "https://github.com/superlistapp/super_editor"
source: git
Expand All @@ -1581,7 +1581,7 @@ packages:
dependency: "direct overridden"
description:
path: super_editor_markdown
ref: stable
ref: c75f59a7aca9139bb6b38001c705ac430d5d2946
resolved-ref: c75f59a7aca9139bb6b38001c705ac430d5d2946
url: "https://github.com/superlistapp/super_editor"
source: git
Expand All @@ -1590,7 +1590,7 @@ packages:
dependency: "direct overridden"
description:
path: super_text_layout
ref: stable
ref: c75f59a7aca9139bb6b38001c705ac430d5d2946
resolved-ref: c75f59a7aca9139bb6b38001c705ac430d5d2946
url: "https://github.com/superlistapp/super_editor"
source: git
Expand Down
10 changes: 5 additions & 5 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.167+167
version: 5.0.168+168
homepage: https://invoiceninja.com
documentation: https://invoiceninja.github.io
publish_to: none
Expand Down Expand Up @@ -94,22 +94,22 @@ dependency_overrides:
git:
url: https://github.com/superlistapp/super_editor
path: super_editor
ref: stable
ref: c75f59a7aca9139bb6b38001c705ac430d5d2946
super_editor_markdown:
git:
url: https://github.com/superlistapp/super_editor
path: super_editor_markdown
ref: stable
ref: c75f59a7aca9139bb6b38001c705ac430d5d2946
super_text_layout:
git:
url: https://github.com/superlistapp/super_editor
path: super_text_layout
ref: stable
ref: c75f59a7aca9139bb6b38001c705ac430d5d2946
attributed_text:
git:
url: https://github.com/superlistapp/super_editor
path: attributed_text
ref: stable
ref: c75f59a7aca9139bb6b38001c705ac430d5d2946

dev_dependencies:
flutter_driver:
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.167'
version: '5.0.168'
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 5365e16

Please sign in to comment.