diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c97709..5343e81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [2.0.3] - 2024-11-25 + +* Update pubspec.yaml + ## [2.0.2] - 2024-11-23 * Update pubspec.yaml diff --git a/README.md b/README.md index eb0d4dd..66e0e6a 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/pubspec.yaml b/pubspec.yaml index 6287861..270c636 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: @@ -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