From bc9a7cd16e6229c1652be56c8f0bee8ec8f9672b Mon Sep 17 00:00:00 2001 From: Dart Conventional Release Date: Sun, 11 Feb 2024 10:25:05 +0000 Subject: [PATCH] ci: version bump to 12.1.0 --- pubspec.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index e9bb405..e6a84f9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,17 +1,14 @@ name: locale_gen description: Dart tool that will convert your default locale json to dart code. -version: 12.0.0 +version: 12.1.0 homepage: https://github.com/vanlooverenkoen/locale_gen - environment: sdk: ">=3.0.0 <4.0.0" - dependencies: intl: ^0.18.0 meta: ^1.9.1 path: ^1.8.3 yaml: ^3.1.2 - dev_dependencies: flutter_lints: ^2.0.1 - test: ^1.16.8 \ No newline at end of file + test: ^1.16.8