diff --git a/MSAL.podspec b/MSAL.podspec
index 94f14b6787..2fe8cb9ec1 100644
--- a/MSAL.podspec
+++ b/MSAL.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "MSAL"
- s.version = "1.3.0"
+ s.version = "1.3.1"
s.summary = "Microsoft Authentication Library (MSAL) for iOS"
s.description = <<-DESC
The MSAL library for iOS gives your app the ability to begin using the Microsoft Cloud by supporting Microsoft Azure Active Directory and Microsoft Accounts in a converged experience using industry standard OAuth2 and OpenID Connect. The library also supports Microsoft Azure B2C for those using our hosted identity management service.
diff --git a/MSAL/IdentityCore b/MSAL/IdentityCore
index 9dd0ce8d4f..e2f6965553 160000
--- a/MSAL/IdentityCore
+++ b/MSAL/IdentityCore
@@ -1 +1 @@
-Subproject commit 9dd0ce8d4fd03fb1a5aab319b25d3f4d5af4879d
+Subproject commit e2f6965553a5cf645d5f1cc4eaa2b5cba256433b
diff --git a/MSAL/resources/ios/Info.plist b/MSAL/resources/ios/Info.plist
index 18065b543d..9f9016aec0 100644
--- a/MSAL/resources/ios/Info.plist
+++ b/MSAL/resources/ios/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 1.3.0
+ 1.3.1
CFBundleVersion
$(CURRENT_PROJECT_VERSION)
NSPrincipalClass
diff --git a/MSAL/resources/mac/Info.plist b/MSAL/resources/mac/Info.plist
index 423560ac00..48e80a7a11 100644
--- a/MSAL/resources/mac/Info.plist
+++ b/MSAL/resources/mac/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 1.3.0
+ 1.3.1
CFBundleVersion
$(CURRENT_PROJECT_VERSION)
NSHumanReadableCopyright
diff --git a/MSAL/src/MSAL_Internal.h b/MSAL/src/MSAL_Internal.h
index 69cd760878..1fbddfd9eb 100644
--- a/MSAL/src/MSAL_Internal.h
+++ b/MSAL/src/MSAL_Internal.h
@@ -27,7 +27,7 @@
#define MSAL_VER_HIGH 1
#define MSAL_VER_LOW 3
-#define MSAL_VER_PATCH 0
+#define MSAL_VER_PATCH 1
#define STR_HELPER(x) #x
#define STR(x) STR_HELPER(x)