Skip to content

Commit

Permalink
Bump to v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yannickl committed Oct 26, 2015
1 parent cbdf564 commit b1448b4
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change log

## [Version 2.0.1](https://github.com/yannickl/DynamicColor/releases/tag/2.0.1)
*Released on 2015-10-26.*

- [FIX] BITCODE support ([#6](https://github.com/yannickl/DynamicColor/pull/6))

## [Version 2.0.0](https://github.com/yannickl/DynamicColor/releases/tag/2.0.0)
*Released on 2015-09-17.*

Expand Down
2 changes: 1 addition & 1 deletion DynamicColor.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'DynamicColor'
s.version = '2.0.0'
s.version = '2.0.1'
s.license = 'MIT'
s.summary = 'Yet another extension to manipulate colors easily in Swift'
s.homepage = 'https://github.com/yannickl/DynamicColor.git'
Expand Down
2 changes: 1 addition & 1 deletion Example/DynamicColor/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.5.1</string>
<string>2.0.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion Example/DynamicColorExample/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.0.0</string>
<string>2.0.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'

use_frameworks!
pod 'DynamicColor', '~> 2.0.0'
pod 'DynamicColor', '~> 2.0.1'
```

Install into your project:
Expand Down Expand Up @@ -173,7 +173,7 @@ $ brew install carthage
To integrate `DynamicColor` into your Xcode project using Carthage, specify it in your `Cartfile` file:

```ogdl
github "yannickl/DynamicColor" >= 2.0.0
github "yannickl/DynamicColor" >= 2.0.1
```

#### Manually
Expand Down

0 comments on commit b1448b4

Please sign in to comment.