Skip to content

Commit 30982c2

Browse files
committed
Merge branch 'develop'
2 parents e5d1f36 + b6ff196 commit 30982c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/constants.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import 'package:flutter/material.dart';
22
import 'package:invoiceninja_flutter/data/models/entities.dart';
33

44
// This version must be updated in tandem with the pubspec version.
5-
const String kAppVersion = '0.0.1+1';
5+
const String kAppVersion = '2.0.0+1';
66
const String kSiteUrl = 'https://invoiceninja.com';
77
const String kAppUrl = 'https://invoicing.co';
88
const String kWhiteLabelUrl =

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: invoiceninja_flutter
22
description: Client for Invoice Ninja
3-
version: 0.0.1+1
3+
version: 2.0.0+1
44
author: Hillel Coren
55
homepage: https://www.invoiceninja.com
66
documentation: http://docs.invoiceninja.com

0 commit comments

Comments
 (0)