Skip to content

Commit 40a906f

Browse files
committed
Updated version information
1 parent 5b2f723 commit 40a906f

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 3.2.2
2+
3+
* Fixed problem with dependency on specific version of gradle wrapper on Android.
4+
15
## 3.2.1+1
26

37
* Reverted the update of the 'meta' plugin since Flutter SDK depends on version 1.1.6

ios/permission_handler.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
Pod::Spec.new do |s|
55
s.name = 'permission_handler'
6-
s.version = '3.2.1+1'
6+
s.version = '3.2.2'
77
s.summary = 'Permission plugin for Flutter.'
88
s.description = <<-DESC
99
A new Flutter project.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: permission_handler
22
description: Permission plugin for Flutter. This plugin provides a cross-platform (iOS, Android) API to request and check permissions.
3-
version: 3.2.1+1
3+
version: 3.2.2
44
authors:
55
- Baseflow <hello@baseflow.com>
66
- long1eu <home@long1.eu>

0 commit comments

Comments
 (0)