We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e5d1f36 + b6ff196 commit 30982c2Copy full SHA for 30982c2
lib/constants.dart
@@ -2,7 +2,7 @@ import 'package:flutter/material.dart';
2
import 'package:invoiceninja_flutter/data/models/entities.dart';
3
4
// This version must be updated in tandem with the pubspec version.
5
-const String kAppVersion = '0.0.1+1';
+const String kAppVersion = '2.0.0+1';
6
const String kSiteUrl = 'https://invoiceninja.com';
7
const String kAppUrl = 'https://invoicing.co';
8
const String kWhiteLabelUrl =
pubspec.yaml
@@ -1,6 +1,6 @@
1
name: invoiceninja_flutter
description: Client for Invoice Ninja
-version: 0.0.1+1
+version: 2.0.0+1
author: Hillel Coren
homepage: https://www.invoiceninja.com
documentation: http://docs.invoiceninja.com
0 commit comments