Skip to content

Commit

Permalink
Revert update of meta plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
mvanbeusekom committed Jul 23, 2019
1 parent 6fe1276 commit 65d1f06
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 @@
## 3.2.1+1

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

## 3.2.1

* Updated dependecy on 'meta' to latest version.
Expand Down
2 changes: 1 addition & 1 deletion ios/permission_handler.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
Pod::Spec.new do |s|
s.name = 'permission_handler'
s.version = '3.2.1'
s.version = '3.2.1+1'
s.summary = 'Permission plugin for Flutter.'
s.description = <<-DESC
A new Flutter project.
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_handler
description: Permission plugin for Flutter. This plugin provides a cross-platform (iOS, Android) API to request and check permissions.
version: 3.2.1
version: 3.2.1+1
authors:
- Baseflow <[email protected]>
- long1eu <[email protected]>
Expand All @@ -14,7 +14,7 @@ dependencies:
flutter:
sdk: flutter

meta: ^1.1.7
meta: ^1.1.6

flutter:
plugin:
Expand Down

0 comments on commit 65d1f06

Please sign in to comment.