Skip to content

Commit

Permalink
Merge pull request #31 from spencerccf/update-podspec-pugin-version
Browse files Browse the repository at this point in the history
Update plugin version in podspec.
  • Loading branch information
spencerccf authored Dec 16, 2019
2 parents 77e6df4 + 3268788 commit cff0215
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
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

0 comments on commit cff0215

Please sign in to comment.