From f0bd95ad8a81fb174ab4a6bb7c8f2ea2829bf31e Mon Sep 17 00:00:00 2001 From: Kyle Seongwoo Jun Date: Wed, 13 Mar 2024 15:01:02 +0900 Subject: [PATCH] chore: release 2.4.0 --- CHANGELOG.md | 4 ++++ example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e82281..1e92bcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.4.0 + +- Add M3 MacBook Air models in [#17](https://github.com/kyle-seongwoo-jun/flutter_apple_product_name/pull/17) + ## 2.3.0 - Add M3 Mac models in [#14](https://github.com/kyle-seongwoo-jun/flutter_apple_product_name/pull/14) diff --git a/example/pubspec.lock b/example/pubspec.lock index 9bfea01..74b7e93 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -7,7 +7,7 @@ packages: path: ".." relative: true source: path - version: "2.3.0" + version: "2.4.0" async: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 83ac928..8edf4ce 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: apple_product_name description: Library for translating Apple machine identifiers into Apple product names (e.g. 'iPhone15,2' to 'iPhone 14 Pro') -version: 2.3.0 +version: 2.4.0 homepage: https://github.com/kyle-seongwoo-jun/flutter_apple_product_name environment: