From 1cd4d2fc40b026572b2924cbf07af1e97dd4c84e Mon Sep 17 00:00:00 2001 From: Nikolai Vazquez Date: Wed, 12 Apr 2017 06:44:18 -0400 Subject: [PATCH] Prepare 4.5.0 release --- README.md | 2 +- RandomKit.podspec | 2 +- RandomKit.xcodeproj/Info.plist | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 641a70c..f2c2af6 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ to learn more. ```ruby use_frameworks! - pod 'RandomKit', '~> 4.4.1' + pod 'RandomKit', '~> 4.5.0' ``` If you want to be on the bleeding edge, replace the last line with: diff --git a/RandomKit.podspec b/RandomKit.podspec index d7464e3..a8d2abf 100644 --- a/RandomKit.podspec +++ b/RandomKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "RandomKit" - s.version = "4.4.1" + s.version = "4.5.0" 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 ce4b2f2..f231916 100644 --- a/RandomKit.xcodeproj/Info.plist +++ b/RandomKit.xcodeproj/Info.plist @@ -15,11 +15,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 4.4.1 + 4.5.0 CFBundleSignature ???? CFBundleVersion - 20 + 21 NSHumanReadableCopyright Copyright © 2015 Nikolai Vazquez. All rights reserved. NSPrincipalClass