Skip to content

Commit

Permalink
v1.1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
agordn52 committed Mar 28, 2024
1 parent 363124a commit b26293f
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.16] - 2024-03-28

* Update pubspec.yaml

## [1.1.15] - 2024-03-21

* 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 @@ -143,7 +143,7 @@ Add the following to your `pubspec.yaml` file:

``` yaml
dependencies:
permission_policy: ^1.1.15
permission_policy: ^1.1.16
```
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 @@ -53,10 +53,10 @@ packages:
dependency: transitive
description:
name: dio
sha256: "49af28382aefc53562459104f64d16b9dfd1e8ef68c862d5af436cc8356ce5a8"
sha256: "0978e9a3e45305a80a7210dbeaf79d6ee8bee33f70c8e542dc654c952070217f"
url: "https://pub.dev"
source: hosted
version: "5.4.1"
version: "5.4.2+1"
equatable:
dependency: transitive
description:
Expand Down Expand Up @@ -281,10 +281,10 @@ packages:
dependency: transitive
description:
name: nylo_support
sha256: "0b933c275855582f4dcd36a87a3a2b7084a261104d3bb3035e787ed6e945ec77"
sha256: "76ecb47e2d90b572ea81dc971926d18884f1a1a9ab9a0820cfd3ddafdebdfd7c"
url: "https://pub.dev"
source: hosted
version: "5.57.0"
version: "5.60.1"
page_transition:
dependency: transitive
description:
Expand Down Expand Up @@ -355,7 +355,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.1.15"
version: "1.1.16"
platform:
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: permission_policy
description: Permission policy helps you manage permissions in your Flutter application.
version: 1.1.15
version: 1.1.16
homepage: https://nylo.dev
repository: https://github.com/nylo-core/permission-policy
issue_tracker: https://github.com/nylo-core/permission-policy/issues
Expand All @@ -18,7 +18,7 @@ environment:
dependencies:
flutter:
sdk: flutter
nylo_support: ^5.57.0
nylo_support: ^5.60.1

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit b26293f

Please sign in to comment.