From 8c7253fd9378cfb5d106fbf11147bfd21ab8f175 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Sun, 13 Feb 2022 01:39:31 +0100 Subject: [PATCH] Update Jisho API version --- pubspec.lock | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 2b24453..0f790d8 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -762,7 +762,7 @@ packages: name: unofficial_jisho_api url: "https://pub.dartlang.org" source: hosted - version: "2.0.3" + version: "2.0.4" url_launcher: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index 4f87ab6..44074f1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -25,7 +25,7 @@ dependencies: flutter_settings_ui: ^2.0.1 shared_preferences: ^2.0.6 signature: ^5.0.0 - unofficial_jisho_api: ^2.0.2 + unofficial_jisho_api: ^2.0.4 url_launcher: ^6.0.9 dev_dependencies: