From 4c273815710ac3099bb87ddf598bac60281f670e Mon Sep 17 00:00:00 2001 From: Vishesh Handa Date: Fri, 2 Jul 2021 07:14:21 +0200 Subject: [PATCH] Bump bugfix version Also update translations --- assets/langs/ja.yaml | 5 +++-- pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/assets/langs/ja.yaml b/assets/langs/ja.yaml index 4299ed6f..72efb670 100644 --- a/assets/langs/ja.yaml +++ b/assets/langs/ja.yaml @@ -155,8 +155,8 @@ settings: graphView: グラフビュー accounts: プラットフォームに依存しないアカウント includeSubfolders: サブフォルダを含む - experimentalGitOps: Dart-only Git implementation - merge: Dart-only merge implementation + experimentalGitOps: Dart実装のGitを使用する + merge: Dart実装のマージを使用する editors: title: エディタ設定 subtitle: エディタの動作を設定する @@ -312,6 +312,7 @@ widgets: failSend: 購入リクエストの送信に失敗しました failPurchase: 購入に失敗しました - {} FolderView: + # Where is it used? noteSelected: Note Selected syncError: 同期エラー {} headerOptions: diff --git a/pubspec.yaml b/pubspec.yaml index 35b1dcec..d395aa9b 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.77.2+10 +version: 1.77.3+10 environment: sdk: ">=2.13.0 <3.0.0"