diff --git a/lib/main.dart b/lib/main.dart index 53756f4..9382420 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -21,7 +21,7 @@ import 'package:easy_localization/src/easy_localization_controller.dart'; // ignore: implementation_imports import 'package:easy_localization/src/localization.dart'; -const String currentVersion = '0.11.30'; +const String currentVersion = '0.11.31'; const String currentReleaseTag = 'v$currentVersion-beta'; // KEEP THIS IN SYNC WITH GITHUB RELEASES diff --git a/pubspec.lock b/pubspec.lock index 2bc0b23..115934a 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -181,10 +181,10 @@ packages: dependency: "direct main" description: name: file_picker - sha256: dd328189f2f4ccea042bb5b382d5e981691cc74b5a3429b9317bff2b19704489 + sha256: dcde5ad1a0cebcf3715ea3f24d0db1888bf77027a26c77d7779e8ef63b8ade62 url: "https://pub.dev" source: hosted - version: "5.2.8" + version: "5.2.9" flutter: dependency: "direct main" description: flutter @@ -561,10 +561,10 @@ packages: dependency: transitive description: name: shared_preferences_android - sha256: "8304d8a1f7d21a429f91dee552792249362b68a331ac5c3c1caf370f658873f6" + sha256: "1bc5d734b109c327b922b0891b41fc51483ccbd53c0d19952b7e230349a5d90b" url: "https://pub.dev" source: hosted - version: "2.1.0" + version: "2.1.1" shared_preferences_foundation: dependency: transitive description: @@ -790,10 +790,10 @@ packages: dependency: transitive description: name: webview_flutter_android - sha256: "5906c9aa8c88ed372b2ad3c88c942790b4fb16f73fdd1c0647b4d747d9cf5b3f" + sha256: bdd3ddbeaf341c75620e153d22b6f4f6c4a342fe4439ed3a10db74dd82e65d1c url: "https://pub.dev" source: hosted - version: "3.4.5" + version: "3.5.1" webview_flutter_platform_interface: dependency: transitive description: @@ -806,10 +806,10 @@ packages: dependency: transitive description: name: webview_flutter_wkwebview - sha256: "9a78d963cce191dd6a9df547301fc5c008bf3dae95a323ec281fff1284e0a037" + sha256: "2ef3f65fd49061c18e4d837a411308f2850417f2d0a7c11aad2c3857bee12c18" url: "https://pub.dev" source: hosted - version: "3.2.4" + version: "3.3.0" win32: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 129c962..1cf3391 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -17,7 +17,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 0.11.30+152 # When changing this, update the tag in main() accordingly +version: 0.11.31+153 # When changing this, update the tag in main() accordingly environment: sdk: '>=2.18.2 <3.0.0'