From 2180126f7cfffb87727b6eb57ad5a222d4a5ed0a Mon Sep 17 00:00:00 2001 From: "J.D. Healy" Date: Wed, 16 Sep 2015 14:26:09 -0400 Subject: [PATCH] Version `3.0.0`. Swift `2.0` support. --- 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 ea7554b5..8d378f5b 100644 --- a/PrettyColors.podspec +++ b/PrettyColors.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = 'PrettyColors' - spec.version = '2.0.0' + spec.version = '3.0.0' 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 a7667dc2..7de30b19 100644 --- a/Supporting Files/Info.plist +++ b/Supporting Files/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.0.0 + 3.0.0 CFBundleSignature ???? CFBundleVersion diff --git a/Tests/Supporting Files/Info.plist b/Tests/Supporting Files/Info.plist index f931463e..b75bb84e 100644 --- a/Tests/Supporting Files/Info.plist +++ b/Tests/Supporting Files/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 2.0.0 + 3.0.0 CFBundleSignature ???? CFBundleVersion