Commit 8e82fce9 by Maurits van Beusekom

Release 3.2.1

parents 24ecfe2a a1087379
## 3.2.1
* Updated dependecy on 'meta' to latest version.
## 3.2.0
* Add support for Androids' "ignore battery optimizations" permission;
......
......@@ -3,7 +3,7 @@
#
Pod::Spec.new do |s|
s.name = 'permission_handler'
s.version = '3.2.0'
s.version = '3.2.1'
s.summary = 'Permission plugin for Flutter.'
s.description = <<-DESC
A new Flutter project.
......
name: permission_handler
description: Permission plugin for Flutter. This plugin provides a cross-platform (iOS, Android) API to request and check permissions.
version: 3.2.0
version: 3.2.1
authors:
- Baseflow <hello@baseflow.com>
- long1eu <home@long1.eu>
......@@ -14,7 +14,7 @@ dependencies:
flutter:
sdk: flutter
meta: ^1.1.6
meta: ^1.1.7
flutter:
plugin:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment