Skip to content

Commit

Permalink
chore: release 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-seongwoo-jun committed Sep 16, 2024
1 parent 3c70559 commit 322e202
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.2.0

- **feat**: add iPhone 16 models and Apple Watch Series 10 in [#23](https://github.com/kyle-seongwoo-jun/flutter_apple_product_name/pull/23)

## 3.1.0

- **feat**: add iPad Pro M4, iPad Air M2 models in [#20](https://github.com/kyle-seongwoo-jun/flutter_apple_product_name/pull/20)
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ packages:
path: ".."
relative: true
source: path
version: "3.1.0"
version: "3.2.0"
async:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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: 3.1.0
version: 3.2.0
homepage: https://github.com/kyle-seongwoo-jun/flutter_apple_product_name

environment:
Expand Down

0 comments on commit 322e202

Please sign in to comment.