From bf5d6219d3c299e433aab135393468dde61d80ec Mon Sep 17 00:00:00 2001 From: Kyle Seongwoo Jun Date: Tue, 1 Aug 2023 11:47:57 +0900 Subject: [PATCH] pub: release 2.1.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 cda5578..20dcba9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.1.0 + +- Update name of iOS, iPadOS, iPod models in [#10](https://github.com/kyle-seongwoo-jun/flutter_apple_product_name/pull/10) + ## 2.0.0 - Add 2023 new models in [#6](https://github.com/kyle-seongwoo-jun/flutter_apple_product_name/pull/6), [#8](https://github.com/kyle-seongwoo-jun/flutter_apple_product_name/pull/8) diff --git a/example/pubspec.lock b/example/pubspec.lock index 3157ee9..0f1daf5 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -7,7 +7,7 @@ packages: path: ".." relative: true source: path - version: "2.0.0" + version: "2.1.0" async: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 90f4c65..861fbc0 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.0.0 +version: 2.1.0 homepage: https://github.com/kyle-seongwoo-jun/flutter_apple_product_name environment: