From b13c3e78638f5def921297b000396288f966c448 Mon Sep 17 00:00:00 2001 From: Kyle Seongwoo Jun Date: Sat, 9 Nov 2024 05:04:29 +0900 Subject: [PATCH] chore: release 3.5.0 --- CHANGELOG.md | 5 +++++ example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d4ca78..30b7272 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 3.5.0 + +- **feat**: add M4 iMac, Mac mini, MacBook Pro models in [#29](https://github.com/kyle-seongwoo-jun/flutter_apple_product_name/pull/29) +- **feat**: add Mac Studio models in [#29](https://github.com/kyle-seongwoo-jun/flutter_apple_product_name/pull/29) + ## 3.4.0 - **feat**: add iPad mini (A17 Pro) in [#27](https://github.com/kyle-seongwoo-jun/flutter_apple_product_name/pull/27) diff --git a/example/pubspec.lock b/example/pubspec.lock index 4a82fa0..80b9f0e 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -7,7 +7,7 @@ packages: path: ".." relative: true source: path - version: "3.4.0" + version: "3.5.0" async: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index e6612c4..4cf4d20 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. 'iPhone17,1' to 'iPhone 16 Pro') -version: 3.4.0 +version: 3.5.0 homepage: https://github.com/kyle-seongwoo-jun/flutter_apple_product_name environment: