From d55c957d8d2bdf7050f1defcefe39b82031d86a1 Mon Sep 17 00:00:00 2001 From: Nikolai Vazquez Date: Tue, 21 Mar 2017 14:42:50 -0400 Subject: [PATCH] Prepare 4.3.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 5882fe9..2756bc9 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ to learn more. ```ruby use_frameworks! - pod 'RandomKit', '~> 4.2.0' + pod 'RandomKit', '~> 4.3.0' ``` If you want to be on the bleeding edge, replace the last line with: diff --git a/RandomKit.podspec b/RandomKit.podspec index 4fe3165..7dc8fa3 100644 --- a/RandomKit.podspec +++ b/RandomKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "RandomKit" - s.version = "4.2.0" + s.version = "4.3.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 976df7c..247938e 100644 --- a/RandomKit.xcodeproj/Info.plist +++ b/RandomKit.xcodeproj/Info.plist @@ -15,11 +15,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 4.2.0 + 4.3.0 CFBundleSignature ???? CFBundleVersion - 16 + 17 NSHumanReadableCopyright Copyright © 2015 Nikolai Vazquez. All rights reserved. NSPrincipalClass