diff --git a/README.md b/README.md
index 2a1ee54..d05cb6b 100644
--- a/README.md
+++ b/README.md
@@ -111,7 +111,7 @@ to learn more.
```ruby
use_frameworks!
- pod 'RandomKit', '~> 4.5.1'
+ pod 'RandomKit', '~> 4.5.2'
```
If you want to be on the bleeding edge, replace the last line with:
diff --git a/RandomKit.podspec b/RandomKit.podspec
index 55a2b4e..93c0373 100644
--- a/RandomKit.podspec
+++ b/RandomKit.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "RandomKit"
- s.version = "4.5.1"
+ s.version = "4.5.2"
s.summary = "Random data generation in Swift."
s.homepage = "https://github.com/nvzqz/#{s.name}"
s.license = { :type => "MIT", :file => "LICENSE.md" }
diff --git a/RandomKit.xcodeproj/Info.plist b/RandomKit.xcodeproj/Info.plist
index 6926d7b..8d14e40 100644
--- a/RandomKit.xcodeproj/Info.plist
+++ b/RandomKit.xcodeproj/Info.plist
@@ -15,11 +15,11 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 4.5.1
+ 4.5.2
CFBundleSignature
????
CFBundleVersion
- 22
+ 23
NSHumanReadableCopyright
Copyright © 2015 Nikolai Vazquez. All rights reserved.
NSPrincipalClass