Skip to content

Commit

Permalink
Bump version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devxoul committed Jan 21, 2016
1 parent 3af46d8 commit 9f5eb72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,14 +167,14 @@ Installation
- **For iOS 8+ projects:** Use [CocoaPods](https://cocoapods.org) with Podfile:

```ruby
pod 'SwiftyImage', '~> 0.4'
pod 'SwiftyImage', '~> 0.5'
```


- **For iOS 7 projects:** I recommend you to try [CocoaSeeds](https://github.com/devxoul/CocoaSeeds), which uses source code instead of dynamic frameworks. Sample Seedfile:

```ruby
github 'devxoul/SwiftyImage', '0.4.0', :files => 'SwiftyImage/SwiftyImage.swift'
github 'devxoul/SwiftyImage', '0.5.0', :files => 'SwiftyImage/SwiftyImage.swift'
```


Expand Down
2 changes: 1 addition & 1 deletion SwiftyImage.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SwiftyImage'
s.version = '0.4.0'
s.version = '0.5.0'
s.summary = 'The most sexy way to use images in Swift.'
s.homepage = 'https://github.com/devxoul/SwiftyImage'
s.license = { :type => 'MIT', :file => 'LICENSE' }
Expand Down

0 comments on commit 9f5eb72

Please sign in to comment.