diff --git a/IBMCloudAppID.podspec b/IBMCloudAppID.podspec index 9f85bd9..3a4f063 100755 --- a/IBMCloudAppID.podspec +++ b/IBMCloudAppID.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "IBMCloudAppID" - s.version = '6.0.1' + s.version = '6.0.2' s.summary = "AppID Swift SDK" s.homepage = "https://github.com/ibm-cloud-security/appid-clientsdk-swift" s.license = 'Apache License, Version 2.0' diff --git a/README.md b/README.md index b17634a..a73c336 100644 --- a/README.md +++ b/README.md @@ -216,7 +216,7 @@ This API can be used only when the user is logged in using Cloud Directory ident ``` ### Logout - +Call the logout function in order to clear the stored tokens. ```swift AppID.sharedInstance.logout() ```