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