Skip to content

Commit 826f0a6

Browse files
committed
v2.0.3
1 parent 71f6ff6 commit 826f0a6

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [2.0.3] - 2024-11-25
2+
3+
* Update pubspec.yaml
4+
15
## [2.0.2] - 2024-11-23
26

37
* Update pubspec.yaml

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Add the following to your `pubspec.yaml` file:
1515

1616
``` yaml
1717
dependencies:
18-
device_meta: ^2.0.2
18+
device_meta: ^2.0.3
1919
```
2020
2121
or with Dart:

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: device_meta
22
description: "Basic information about the user's device. Fetch the device's model, manufacturer, operating system, version and more."
3-
version: 2.0.2
3+
version: 2.0.3
44
homepage: https://nylo.dev
55
repository: https://github.com/nylo-core/device_meta
66
funding:
@@ -17,7 +17,7 @@ environment:
1717
dependencies:
1818
device_info_plus: ^11.1.1
1919
uuid: ^4.4.0
20-
nylo_support: ^6.5.0
20+
nylo_support: ^6.6.0
2121
flutter:
2222
sdk: flutter
2323
universal_platform: ^1.1.0

0 commit comments

Comments
 (0)