diff --git a/FronteggSwift.podspec b/FronteggSwift.podspec index c88385f..bfee8dc 100644 --- a/FronteggSwift.podspec +++ b/FronteggSwift.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'FronteggSwift' - s.version = '1.2.8' + s.version = '1.2.9' s.summary = 'A swift library for easy integrating iOS application with Frontegg Services' s.description = 'Frontegg is an end-to-end user management platform for B2B SaaS, powering strategies from PLG to enterprise readiness. Easy migration, no credit card required' s.homepage = 'https://github.com/frontegg/frontegg-ios-swift' diff --git a/README.md b/README.md index bca0d9c..ec24e59 100644 --- a/README.md +++ b/README.md @@ -421,7 +421,7 @@ struct SelectRegionView: View { ## Login with ASWebAuthenticationSession -Starting from version 1.3.0, the Frontegg SDK has introduced support for ASWebAuthenticationSession, enhancing the login +Starting from version 1.2.9, the Frontegg SDK has introduced support for ASWebAuthenticationSession, enhancing the login experience. This new feature allows for a more streamlined and secure authentication process. A `loginWithPopup` method has added with parameters to accommodate the integration of ASWebAuthenticationSession: