diff --git a/CHANGELOG.md b/CHANGELOG.md index cd41cc1..a6ab387 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.1.19] - 2024-04-23 + +* Update pubspec.yaml + ## [1.1.18] - 2024-04-10 * Update pubspec.yaml diff --git a/README.md b/README.md index 7ac4206..068078a 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ Add the following to your `pubspec.yaml` file: ``` yaml dependencies: - permission_policy: ^1.1.18 + permission_policy: ^1.1.19 ``` or with Dart: diff --git a/example/pubspec.lock b/example/pubspec.lock index 071fe06..1d8765c 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -53,10 +53,10 @@ packages: dependency: transitive description: name: dio - sha256: "0978e9a3e45305a80a7210dbeaf79d6ee8bee33f70c8e542dc654c952070217f" + sha256: "11e40df547d418cc0c4900a9318b26304e665da6fa4755399a9ff9efd09034b5" url: "https://pub.dev" source: hosted - version: "5.4.2+1" + version: "5.4.3+1" equatable: dependency: transitive description: @@ -281,10 +281,10 @@ packages: dependency: transitive description: name: nylo_support - sha256: "9662d056297433385d570146b92f208e941d1fca795d5abc4f36dcacaf57bdd1" + sha256: "3a3083085eb8bd3c713d01ee5af8e7ba7c203c2b6907734e58ca2f8575ba437a" url: "https://pub.dev" source: hosted - version: "5.63.0" + version: "5.65.1" page_transition: dependency: transitive description: @@ -355,7 +355,7 @@ packages: path: ".." relative: true source: path - version: "1.1.18" + version: "1.1.19" platform: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index e674ff1..4cd24db 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: permission_policy description: Permission policy helps you manage permissions in your Flutter application. -version: 1.1.18 +version: 1.1.19 homepage: https://nylo.dev repository: https://github.com/nylo-core/permission-policy issue_tracker: https://github.com/nylo-core/permission-policy/issues @@ -18,7 +18,7 @@ environment: dependencies: flutter: sdk: flutter - nylo_support: ^5.63.0 + nylo_support: ^5.65.1 dev_dependencies: flutter_test: