Skip to content

Commit

Permalink
Version 2.0.0.
Browse files Browse the repository at this point in the history
Swift `1.2` support.

**Notice**: _No_ breaking API changes!

While [semantic versioning](http://semver.org/) major changes usually indicate the breaking of public API, this major version increment is only intended to denote that the syntactical changes required by Swift `1.2` are backwards-incompatible with Swift `1.1` and earlier.
  • Loading branch information
jdhealy committed Apr 14, 2015
1 parent 6751df7 commit d961f39
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion PrettyColors.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'PrettyColors'
spec.version = '1.0.0'
spec.version = '2.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' }
Expand Down
2 changes: 1 addition & 1 deletion Supporting Files/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0.0</string>
<string>2.0.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion Tests/Supporting Files/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.0</string>
<string>2.0.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit d961f39

Please sign in to comment.