From 686928c7ca3e7d0a34c41acdc0a2cf3dd4e3a7de Mon Sep 17 00:00:00 2001 From: "J.D. Healy" Date: Fri, 1 Apr 2016 12:07:32 -0400 Subject: [PATCH] Version `3.0.1`. Only tests required changes for Swift `2.2` and `2.1`. --- PrettyColors.podspec | 2 +- Supporting Files/Info.plist | 2 +- Tests/Supporting Files/Info.plist | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/PrettyColors.podspec b/PrettyColors.podspec index 8d378f5b..46a22b1e 100644 --- a/PrettyColors.podspec +++ b/PrettyColors.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = 'PrettyColors' - spec.version = '3.0.0' + spec.version = '3.0.1' spec.summary = 'Styles and colors text in the Terminal with ANSI escape codes. Conforms to ECMA Standard 48.' spec.homepage = 'https://github.com/jdhealy/PrettyColors' spec.license = { :type => 'MIT', :file => 'LICENSE.md' } diff --git a/Supporting Files/Info.plist b/Supporting Files/Info.plist index 7de30b19..be25dfef 100644 --- a/Supporting Files/Info.plist +++ b/Supporting Files/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.0.0 + 3.0.1 CFBundleSignature ???? CFBundleVersion diff --git a/Tests/Supporting Files/Info.plist b/Tests/Supporting Files/Info.plist index b75bb84e..7a84bdd8 100644 --- a/Tests/Supporting Files/Info.plist +++ b/Tests/Supporting Files/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 3.0.0 + 3.0.1 CFBundleSignature ???? CFBundleVersion