diff --git a/SmartcarAuth.podspec b/SmartcarAuth.podspec
index bfce6bc..b6d11dd 100755
--- a/SmartcarAuth.podspec
+++ b/SmartcarAuth.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SmartcarAuth'
- s.version = '4.3.0'
+ s.version = '4.3.1'
s.summary = 'Smartcar Authentication SDK for iOS written in Swift 5.'
s.description = <<-DESC
diff --git a/SmartcarAuth/SCMode.swift b/SmartcarAuth/SCMode.swift
index 312fb89..ee4b828 100644
--- a/SmartcarAuth/SCMode.swift
+++ b/SmartcarAuth/SCMode.swift
@@ -23,9 +23,9 @@
/**
Enum to be used with the `mode` parameter for SmartcarAuth to determine which mode Connect will launch in
- Live: Allows users to login with a real connected services account
- Test: Allows users to connect to test vehicles using any credentials
- Simualted: Allows users to connect to simulated vehicles created on the Smartcar developer dashboard
+ - live: Allows users to login with a real connected services account
+ - test: Allows users to connect to test vehicles using any credentials
+ - simulated: Allows users to connect to simulated vehicles created on the Smartcar developer dashboard
*/
public enum SCMode: String {
case live
diff --git a/SmartcarAuth/SmartcarAuth.swift b/SmartcarAuth/SmartcarAuth.swift
index ff5c219..08675c2 100644
--- a/SmartcarAuth/SmartcarAuth.swift
+++ b/SmartcarAuth/SmartcarAuth.swift
@@ -51,7 +51,7 @@ Smartcar Authentication SDK for iOS written in Swift 5.
- scope: An array of authorization scopes
- completion: Callback function called upon the completion of the Smartcar Connect
- testMode: Deprecated, please use `mode` instead. Optional, launch the Smartcar auth flow in test mode when set to true. Defaults to false.
- - mode: Optional, determine what mode Smartcar Connect should be launched in. Should be one of test, live or simulated. If none specified, defaults to live mode.
+ - mode: Optional, determine what mode Smartcar Connect should be launched in. Should be one of .test, .live or .simulated. If none specified, defaults to live mode.
*/
public init(
diff --git a/docs/Classes.html b/docs/Classes.html
index 82ce327..e9aa6da 100644
--- a/docs/Classes.html
+++ b/docs/Classes.html
@@ -17,7 +17,7 @@