From 526c5bb48608902822fc8fb8138495d3b508eead Mon Sep 17 00:00:00 2001 From: Muhammad Mohiuddin Date: Tue, 14 Jan 2025 12:37:20 +0100 Subject: [PATCH] bump version --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6367f82..d47e1df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 4.2.4 + +- fix double digit version parsing for formatter + ## 4.2.3 - fix formatter diff --git a/pubspec.yaml b/pubspec.yaml index 3c4e0ed..c9dbb70 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: i18n description: Simple i18n solution for dart and flutter. Uses code generation to generate translations as dart classes. Efficient and works with autocomplete! -version: 4.2.3 +version: 4.2.4 homepage: https://github.com/MohiuddinM/i18n environment: