Skip to content

Commit

Permalink
Fix version to 2.2.3 (remove some beta tags).
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Albert authored and Nicolas Albert committed Mar 21, 2018
1 parent 3dc5e96 commit 8ff4a66
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion C8oSDKiOS/C8o.swift
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ open class C8o: C8oBase {
- returns: Current version of the SDK as "x.y.z".
*/
open static func getSdkVersion() -> String {
return "2.2.0-beta1"
return "2.2.3"
}

/* Attributes */
Expand Down
2 changes: 1 addition & 1 deletion C8oSDKiOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.2.2-beta1</string>
<string>2.2.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
4 changes: 2 additions & 2 deletions PodSpec/C8oSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Pod::Spec.new do |s|
s.name = 'C8oSDK'
s.module_name = 'C8o'
s.version = '2.2.2'
s.version = '2.2.3'

s.author = 'Convertigo'
s.license = 'Apache License 2.0'
Expand All @@ -22,7 +22,7 @@ Pod::Spec.new do |s|
documentation_url = 'http://www.convertigo.com/document/convertigo-client-sdk/'
social_media_url = 'https://twitter.com/convertigo'

s.source = { :http => 'https://github.com/convertigo/c8osdk-ios/releases/download/2.2.2/C8oSDK.zip' }
s.source = { :http => 'https://github.com/convertigo/c8osdk-ios/releases/download/2.2.3/C8oSDK.zip' }
s.ios.deployment_target = '8.0'
s.vendored_frameworks = 'Frameworks/C8o.framework'
s.preserve_paths = 'Frameworks/C8o.framework'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Create a PodFile with :
use_frameworks!

target 'MyApp' do
pod 'C8oSDK', '2.2.2'
pod 'C8oSDK', '2.2.3'
end

run `pod install`
Expand Down

0 comments on commit 8ff4a66

Please sign in to comment.