Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
hillelcoren committed Jun 8, 2023
2 parents 9bdafd7 + 81495de commit e7d42bf
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lib/constants.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class Constants {
}

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

const String kAppName = 'Invoice Ninja';
Expand Down
11 changes: 6 additions & 5 deletions lib/ui/app/forms/color_picker.dart
Original file line number Diff line number Diff line change
Expand Up @@ -51,19 +51,20 @@ class _FormColorPickerState extends State<FormColorPicker> {
Colors.indigo,
convertHexStringToColor(kDefaultAccentColor),
Colors.blue,
//Colors.lightBlue,
Colors.lightBlue,
Colors.cyan,
Colors.teal,
Colors.green,
Colors.lightGreen,
Colors.lime,
Colors.yellow,
Colors.amber,
//Colors.lime,
//Colors.yellow,
//Colors.amber,
Colors.orange,
Colors.deepOrange,
//Colors.brown,
Colors.brown,
Colors.grey,
Colors.blueGrey,
Colors.grey.shade700,
Colors.black,
];

Expand Down
1 change: 0 additions & 1 deletion lib/ui/app/history_drawer.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import 'dart:async';

// Flutter imports:
import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart';

// Package imports:
Expand Down
2 changes: 1 addition & 1 deletion 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.118+118
version: 5.0.119+119
homepage: https://invoiceninja.com
documentation: https://invoiceninja.github.io
publish_to: none
Expand Down
2 changes: 1 addition & 1 deletion 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.118+118
version: 5.0.119+119
homepage: https://invoiceninja.com
documentation: https://invoiceninja.github.io
publish_to: none
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.118'
version: '5.0.119'
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 e7d42bf

Please sign in to comment.