Skip to content

Commit

Permalink
chore: release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-seongwoo-jun committed Apr 15, 2024
1 parent f83bd56 commit 441d771
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 3.0.0

Plugin now requires the following:

- Flutter >=3.19.0
- Dart >=3.3.0
- device_info_plus >=10.0.0

## 2.4.0

- Add M3 MacBook Air models in [#17](https://github.com/kyle-seongwoo-jun/flutter_apple_product_name/pull/17)
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: "2.4.0"
version: "3.0.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: 2.4.0
version: 3.0.0
homepage: https://github.com/kyle-seongwoo-jun/flutter_apple_product_name

environment:
Expand Down

0 comments on commit 441d771

Please sign in to comment.