Skip to content

Commit

Permalink
v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
agordn52 committed Nov 25, 2024
1 parent 71f6ff6 commit 826f0a6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [2.0.3] - 2024-11-25

* Update pubspec.yaml

## [2.0.2] - 2024-11-23

* Update pubspec.yaml
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Add the following to your `pubspec.yaml` file:

``` yaml
dependencies:
device_meta: ^2.0.2
device_meta: ^2.0.3
```
or with Dart:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: device_meta
description: "Basic information about the user's device. Fetch the device's model, manufacturer, operating system, version and more."
version: 2.0.2
version: 2.0.3
homepage: https://nylo.dev
repository: https://github.com/nylo-core/device_meta
funding:
Expand All @@ -17,7 +17,7 @@ environment:
dependencies:
device_info_plus: ^11.1.1
uuid: ^4.4.0
nylo_support: ^6.5.0
nylo_support: ^6.6.0
flutter:
sdk: flutter
universal_platform: ^1.1.0
Expand Down

0 comments on commit 826f0a6

Please sign in to comment.