Skip to content

Commit c30adf4

Browse files
committed
Prepare 5.0.0+hotfix.10
1 parent 94e0d5b commit c30adf4

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

permission_handler/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 5.0.0+hotfix.10
2+
3+
* Revert pull-request [#317](https://github.com/Baseflow/flutter-permission-handler/pull/317)
4+
15
# 5.0.0+hotfix.9
26

37
* Solved an issue where kCLAuthorizationStatusAuthorizedWhenInUse was returning PermissionStatusDenied (see [#317](https://github.com/Baseflow/flutter-permission-handler/pull/317))

permission_handler/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 = '5.0.0+hotfix.9'
6+
s.version = '5.0.0+hotfix.10'
77
s.summary = 'Permission plugin for Flutter.'
88
s.description = <<-DESC
99
Permission plugin for Flutter. This plugin provides a cross-platform (iOS, Android) API to request and check permissions.

permission_handler/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: 5.0.0+hotfix.9
3+
version: 5.0.0+hotfix.10
44
homepage: https://github.com/baseflowit/flutter-permission-handler
55

66
flutter:

0 commit comments

Comments
 (0)