Skip to content

Commit

Permalink
Update to 2.9.4
Browse files Browse the repository at this point in the history
Fix bugs
  • Loading branch information
ivanvorobei committed Jan 26, 2019
1 parent b6f4749 commit 6721191
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ SPPermission.request(.notification, with: {
})
```

Notification permission should be tested _only_ on a real device.
If you want new permission added, create new issue [here](https://github.com/IvanVorobei/SPPermission/issues)

## Delegate
Expand Down
2 changes: 1 addition & 1 deletion SPPermission.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SPPermission"
s.version = "2.9.2"
s.version = "2.9.4"
s.summary = "Simple request permissions with dialog alert"
s.homepage = "https://github.com/IvanVorobei/RequestPermission"
s.source = { :git => "https://github.com/IvanVorobei/RequestPermission.git", :tag => s.version }
Expand Down

0 comments on commit 6721191

Please sign in to comment.