Skip to content

Commit

Permalink
v1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
agordn52 committed Jan 19, 2024
1 parent 32ecc70 commit 3ed5a44
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 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.5] - 2024-01-19

* Update pubspec.yaml

## [1.1.4] - 2024-01-15

* 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.4
permission_policy: ^1.1.5
```
or with Dart:
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.4
version: 1.1.5
homepage: https://nylo.dev
repository: https://github.com/nylo-core/permission_policy
funding:
Expand All @@ -17,7 +17,7 @@ environment:
dependencies:
flutter:
sdk: flutter
nylo_support: ^5.31.0
nylo_support: ^5.32.0

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit 3ed5a44

Please sign in to comment.