diff --git a/OktaAuthSdk.podspec b/OktaAuthSdk.podspec
index 26cf1ae..0110d81 100644
--- a/OktaAuthSdk.podspec
+++ b/OktaAuthSdk.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'OktaAuthSdk'
- s.version = '1.1.0'
+ s.version = '1.2.0'
s.summary = 'SDK for Okta native authentication.'
s.description = <<-DESC
Integrate your native app with Okta.
diff --git a/Source/Info.plist b/Source/Info.plist
index c25b701..0fb8e8b 100644
--- a/Source/Info.plist
+++ b/Source/Info.plist
@@ -17,7 +17,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 1.1.0
+ 1.2.0
CFBundleVersion
$(CURRENT_PROJECT_VERSION)
diff --git a/Tests/Info.plist b/Tests/Info.plist
index af63fea..091a681 100644
--- a/Tests/Info.plist
+++ b/Tests/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
BNDL
CFBundleShortVersionString
- 1.1.0
+ 1.2.0
CFBundleVersion
1