diff --git a/OktaAuthSdk.podspec b/OktaAuthSdk.podspec
index 11fe3d2..ce9c888 100644
--- a/OktaAuthSdk.podspec
+++ b/OktaAuthSdk.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'OktaAuthSdk'
- s.version = '1.3.0'
+ s.version = '2.0.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 02f4917..d2562c9 100644
--- a/Source/Info.plist
+++ b/Source/Info.plist
@@ -17,7 +17,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 1.3.0
+ 2.0.0
CFBundleVersion
$(CURRENT_PROJECT_VERSION)
diff --git a/Tests/Info.plist b/Tests/Info.plist
index 351fded..f4285f2 100644
--- a/Tests/Info.plist
+++ b/Tests/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
BNDL
CFBundleShortVersionString
- 1.3.0
+ 2.0.0
CFBundleVersion
1