From 3bcc75fdee0fb27d7c0d7ce54e9ca33bc3ad8ab3 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Wed, 3 Feb 2021 23:14:56 +0200 Subject: [PATCH] Update version --- lib/constants.dart | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/constants.dart b/lib/constants.dart index 521c2e86b..04c968d88 100644 --- a/lib/constants.dart +++ b/lib/constants.dart @@ -6,7 +6,7 @@ class Constants { } // TODO remove version once #46609 is fixed -const String kClientVersion = '5.0.40'; +const String kClientVersion = '5.0.41'; const String kMinServerVersion = '5.0.4'; const String kAppName = 'Invoice Ninja'; diff --git a/pubspec.yaml b/pubspec.yaml index 3762b7258..854da03d3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: invoiceninja_flutter description: Client for Invoice Ninja -version: 5.0.40+40 +version: 5.0.41+41 author: Hillel Coren homepage: https://invoiceninja.com documentation: http://docs.invoiceninja.com