From 9aaf4a419a04c655a4a00dd743fb0e2f13cda190 Mon Sep 17 00:00:00 2001 From: Kawaljeet Singh Date: Sun, 26 Nov 2023 21:59:59 -0500 Subject: [PATCH] Update version to 3.0.0 and make improvements --- CHANGELOG.md | 5 ++++- pubspec.lock | 2 +- pubspec.yaml | 4 ++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f02c521..79b7816 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,10 @@ # Changelog All notable changes to this project will be documented in this file. -/## [2.0.0] - 2022-10-28 +## [3.0.0] - 2023-11-26 +- improvements + +## [2.0.0] - 2022-10-28 - replaced deprecated package pedantic with lints. Updated dependencies to latest versions. ## [1.0.5] - 2022-01-21 diff --git a/pubspec.lock b/pubspec.lock index a16656a..0995db4 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -410,4 +410,4 @@ packages: source: hosted version: "3.1.2" sdks: - dart: ">=3.0.0 <4.0.0" + dart: ">=3.0.1 <4.0.0" diff --git a/pubspec.yaml b/pubspec.yaml index 028ae16..910cef0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,10 +1,10 @@ name: arb_translator description: A command-line utility which helps to translate arb files with the use of google translations. -version: 2.0.2 +version: 3.0.0 homepage: https://github.com/justkawal/arb_translator.git environment: - sdk: ">=2.16.1 <4.0.0" + sdk: ">=3.0.1 <4.0.0" dependencies: args: ^2.4.0