Skip to content

Commit

Permalink
v1.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
agordn52 committed Mar 13, 2024
1 parent 129fe29 commit 1a9e11b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 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.12] - 2024-03-13

* Update pubspec.yaml

## [1.1.12] - 2024-03-07

* 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.12
permission_policy: ^1.1.13
```
or with Dart:
Expand Down
6 changes: 3 additions & 3 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -281,10 +281,10 @@ packages:
dependency: transitive
description:
name: nylo_support
sha256: "3e1a303adf0bbe38887534125b17364eeea36543f4e9f8b80a1c8c45de8f8e1d"
sha256: "36f7b966fe5a8a53d144f72b31e1eabb926f27d596cc4a766e177a28ac223340"
url: "https://pub.dev"
source: hosted
version: "5.53.0"
version: "5.54.0"
page_transition:
dependency: transitive
description:
Expand Down Expand Up @@ -355,7 +355,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.1.12"
version: "1.1.13"
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.12
version: 1.1.13
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.53.0
nylo_support: ^5.54.0

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit 1a9e11b

Please sign in to comment.