Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update plugin version in podspec. #31

Merged
merged 1 commit into from
Dec 16, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ All three options open the current 'app' settings section if there are settings
### Android
Each option will open and display the corresponding screen: WIFI, Location, or Security, etc.

## 3.0.0+1
Update plugin version in `.podspec`

## 3.0.0
Upgrade to Swift version: 5.0.1 - This version will only work on projects running Swift 5.0.1

Expand Down
2 changes: 1 addition & 1 deletion ios/app_settings.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
Pod::Spec.new do |s|
s.name = 'app_settings'
s.version = '1.0.6+2'
s.version = '3.0.0+1'
s.summary = 'A Flutter plugin for opening iOS and Android phone settings from an app.'
s.description = 'A Flutter plugin for opening iOS and Android phone settings from an app.'
s.homepage = 'https://github.com/spencerccf/app_settings'
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: app_settings
description: A Flutter plugin for opening iOS and Android phone settings from an app.
version: 3.0.0
version: 3.0.0+1
author: Spencerccf <[email protected]>
homepage: https://github.com/spencerccf/app_settings

Expand Down