From 82bc568eb10fb6dbcfb89225ff22272c566aeb5d Mon Sep 17 00:00:00 2001 From: Vishesh Handa Date: Wed, 4 Dec 2019 01:33:48 +0100 Subject: [PATCH] pubspec: Add bug version number The Flutter linter complains if we don't have a bugfix version number. I don't plan to use it, but oh well. --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 4f50f837..afa42863 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: gitjournal description: A Journaling App Built on top of Git -version: 1.20+10 +version: 1.20.0+10 dependencies: flutter: