Skip to content

Commit

Permalink
master: set version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tmpit committed Nov 30, 2017
1 parent af71124 commit ca059df
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .jazzy.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module: 'PCloudSDKSwift'
module_version: 1.3
module_version: 2.0

author: 'pCloud'
author_url: 'http://pcloud.com'
Expand Down
4 changes: 2 additions & 2 deletions PCloudSDKSwift.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = 'PCloudSDKSwift'
s.version = '1.3.0'
s.version = '2.0.0'
s.summary = 'Swift SDK for the pCloud API'
s.homepage = 'https://github.com/pcloud/pcloud-sdk-swift'
s.license = 'MIT'
s.author = 'pCloud'

s.source = { :git => "https://github.com/pcloud/pcloud-sdk-swift.git", :tag => 'v1.3.0' }
s.source = { :git => "https://github.com/pcloud/pcloud-sdk-swift.git", :tag => 'v2.0.0' }

s.osx.deployment_target = '10.11'
s.ios.deployment_target = '9.0'
Expand Down
4 changes: 2 additions & 2 deletions PCloudSDKSwift/SDK iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.3.0</string>
<string>2.0.0</string>
<key>CFBundleVersion</key>
<string>1.3.0</string>
<string>2.0.0</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down
4 changes: 2 additions & 2 deletions PCloudSDKSwift/SDK macOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.3.0</string>
<string>2.0.0</string>
<key>CFBundleVersion</key>
<string>1.3.0</string>
<string>2.0.0</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2017 pCloud LTD. All rights reserved.</string>
<key>NSPrincipalClass</key>
Expand Down
Binary file modified docs/docsets/PCloudSDKSwift.tgz
Binary file not shown.

0 comments on commit ca059df

Please sign in to comment.