From ec4d4f1ad0855ead4eab5d66ee9201f41193fbca Mon Sep 17 00:00:00 2001 From: Kyle Seongwoo Jun Date: Wed, 4 Oct 2023 20:06:27 +0900 Subject: [PATCH] pub: release 2.2.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 20dcba9..6ca4020 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.2.0 + +- Add iPhone 15 models, Apple Watch 9 models and Ultra 2 in [#12](https://github.com/kyle-seongwoo-jun/flutter_apple_product_name/pull/12) + ## 2.1.0 - Update name of iOS, iPadOS, iPod models in [#10](https://github.com/kyle-seongwoo-jun/flutter_apple_product_name/pull/10) diff --git a/example/pubspec.lock b/example/pubspec.lock index 0f1daf5..883e9da 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -7,7 +7,7 @@ packages: path: ".." relative: true source: path - version: "2.1.0" + version: "2.2.0" async: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 861fbc0..c5891b6 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.1.0 +version: 2.2.0 homepage: https://github.com/kyle-seongwoo-jun/flutter_apple_product_name environment: