diff --git a/README.md b/README.md
index 8d2f676eb1f..61608fc1a06 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ The Stripe iOS SDK makes it quick and easy to build an excellent payment experie
We recommend that you install the Stripe iOS SDK using a package manager such as [Cocoapods or Carthage](https://stripe.com/docs/mobile/ios#getting-started). If you prefer to link the library manually, please use a version from our [releases](https://github.com/stripe/stripe-ios/releases) page because we consider the master branch to be unstable.
If you're reading this on GitHub.com, please make sure you are looking at the [tagged version](https://github.com/stripe/stripe-ios/tags) that corresponds to the release you have installed. Otherwise, the instructions and example code may be mismatched with your copy. You can read the latest tagged version of this README and browse the associated code on GitHub using
-[this link](https://github.com/stripe/stripe-ios/tree/v16.0.5).
+[this link](https://github.com/stripe/stripe-ios/tree/v16.0.6).
## Requirements
diff --git a/Stripe.podspec b/Stripe.podspec
index 3fe8d681146..37fec91aa10 100644
--- a/Stripe.podspec
+++ b/Stripe.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Stripe'
- s.version = '16.0.5'
+ s.version = '16.0.6'
s.summary = 'Stripe is a web-based API for accepting payments online.'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.homepage = 'https://stripe.com/docs/mobile/ios'
diff --git a/Stripe/Info.plist b/Stripe/Info.plist
index c2d801161b3..a418b87ff3f 100644
--- a/Stripe/Info.plist
+++ b/Stripe/Info.plist
@@ -13,11 +13,11 @@