Skip to content

Commit

Permalink
Bump to v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yannickl committed Sep 17, 2015
1 parent de9cc53 commit df1d1c1
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: objective-c
osx_image: xcode6.4
osx_image: xcode7
branches:
only:
- master
Expand Down
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.0](https://github.com/yannickl/DynamicColor/releases/tag/2.0.0)

- [UPDATE] Swift 2 compatibility
- [FIX] Use Double instead of CGFloat due to float precision

## [Version 1.5.4](https://github.com/yannickl/DynamicColor/releases/tag/1.5.4)

- [FIX] Mandatory clip parameters for Xcode7 beta 6 ([#5](https://github.com/yannickl/DynamicColor/pull/5))
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 = '1.5.4'
s.version = '2.0.0'
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/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>1.5.1</string>
<string>2.0.0</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', '~> 1.5.4'
pod 'DynamicColor', '~> 2.0.0'
```

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" >= 1.5.4
github "yannickl/DynamicColor" >= 2.0.0
```

#### Manually
Expand Down

0 comments on commit df1d1c1

Please sign in to comment.