From 530c8ea55a32034e573a51010acac46b7cd74b2d Mon Sep 17 00:00:00 2001 From: Vishesh Handa Date: Fri, 16 Oct 2020 02:38:41 +0200 Subject: [PATCH] Release a bug fix version Some % of the users are badly affected by a bug, which I cannot seem to reproduce, maybe this debug message will help. Also, I accidentally shipped it with the bottom bar disabled. --- lib/app.dart | 2 ++ pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/app.dart b/lib/app.dart index 83972fcc..b8a568cc 100644 --- a/lib/app.dart +++ b/lib/app.dart @@ -78,6 +78,8 @@ class JournalApp extends StatefulWidget { appState.gitBaseDirectory, settings.internalRepoFolderName, ); + + Log.i("Calling GitInit at: $repoPath"); await GitRepository.init(repoPath); settings.localGitRepoConfigured = true; diff --git a/pubspec.yaml b/pubspec.yaml index 9f2a4662..3cea12fe 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: gitjournal description: A Note Taking App Built on top of Git -version: 1.71.1+10 +version: 1.71.2+10 dependencies: flutter: