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