Skip to content

Commit

Permalink
Merge pull request #69 from nemesis/master
Browse files Browse the repository at this point in the history
Bump version to 3.1.0
  • Loading branch information
nemesis authored Aug 2, 2016
2 parents 68d289f + ba3584d commit afdc883
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Add the pod to your `Podfile`
# ... snip ...

# To use Spectre API v3
pod 'SaltEdge-iOS', '~> 3.0.0'
pod 'SaltEdge-iOS', '~> 3.1.0'

# To use Spectre API v2
pod 'SaltEdge-iOS', '~> 2.6.0'
Expand Down Expand Up @@ -268,7 +268,7 @@ Set up the `clientId`, `appSecret` and `customerIdentifier` constants to your Cl

## Versioning

The current version of the SDK is [3.0.0](https://github.com/saltedge/saltedge-ios/releases/tag/v3.0.0), and is in compliance with the Salt Edge API's [current version](https://docs.saltedge.com/guides/versioning/). Any backward-incompatible changes in the API will result in changes to the SDK.
The current version of the SDK is [3.1.0](https://github.com/saltedge/saltedge-ios/releases/tag/v3.1.0), and is in compliance with the Salt Edge API's [current version](https://docs.saltedge.com/guides/versioning/). Any backward-incompatible changes in the API will result in changes to the SDK.

## License

Expand Down
4 changes: 2 additions & 2 deletions SaltEdge-iOS.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SaltEdge-iOS"
s.version = "3.0.0"
s.version = "3.1.0"
s.summary = "A handful of classes to help you interact with the Salt Edge API from your iOS app."

s.description = <<-DESC
Expand All @@ -10,7 +10,7 @@ Pod::Spec.new do |s|

s.homepage = "https://github.com/saltedge/saltedge-ios"
s.license = { :type => "MIT", :file => "LICENSE" }
s.source = { :git => "https://github.com/saltedge/saltedge-ios.git", :tag => "v3.0.0" }
s.source = { :git => "https://github.com/saltedge/saltedge-ios.git", :tag => "v3.1.0" }
s.source_files = 'Classes/**/**.{h,m}'
s.requires_arc = true
s.author = "SaltEdge"
Expand Down

0 comments on commit afdc883

Please sign in to comment.