Skip to content

Commit

Permalink
v1.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
agordn52 committed Feb 28, 2024
1 parent 8843529 commit 8b14af8
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [1.1.11] - 2024-02-28

* Update pubspec.yaml

## [1.1.10] - 2024-02-17

* 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: ^1.1.10
device_meta: ^1.1.11
```
or with Dart:
Expand Down
10 changes: 5 additions & 5 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -79,15 +79,15 @@ packages:
path: ".."
relative: true
source: path
version: "1.1.10"
version: "1.1.11"
dio:
dependency: transitive
description:
name: dio
sha256: "797e1e341c3dd2f69f2dad42564a6feff3bfb87187d05abb93b9609e6f1645c3"
sha256: "49af28382aefc53562459104f64d16b9dfd1e8ef68c862d5af436cc8356ce5a8"
url: "https://pub.dev"
source: hosted
version: "5.4.0"
version: "5.4.1"
equatable:
dependency: transitive
description:
Expand Down Expand Up @@ -320,10 +320,10 @@ packages:
dependency: transitive
description:
name: nylo_support
sha256: bd0995e801ca746e447cad2878aa1c0b55191ec033f17f33bfb78f7d99a421be
sha256: "049a8f69a349a2f038fb95637320798e409de8287138b47a3c85784462e45388"
url: "https://pub.dev"
source: hosted
version: "5.48.0"
version: "5.50.0"
page_transition:
dependency: transitive
description:
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: 1.1.10
version: 1.1.11
homepage: https://nylo.dev
repository: https://github.com/nylo-core/device_meta
funding:
Expand All @@ -17,7 +17,7 @@ environment:
dependencies:
device_info_plus: ^9.1.2
uuid: ^4.3.3
nylo_support: ^5.48.0
nylo_support: ^5.50.0
flutter:
sdk: flutter
universal_platform: ^1.0.0+1
Expand Down

0 comments on commit 8b14af8

Please sign in to comment.