From 9f5eb724d2fd5cdd9cfaa3905442545c944b0d49 Mon Sep 17 00:00:00 2001 From: Suyeol Jeon Date: Thu, 21 Jan 2016 18:00:03 +0900 Subject: [PATCH] Bump version to 0.5.0 --- README.md | 4 ++-- SwiftyImage.podspec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 509ec94..3e2db02 100644 --- a/README.md +++ b/README.md @@ -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' ``` diff --git a/SwiftyImage.podspec b/SwiftyImage.podspec index 47b835c..612daf1 100644 --- a/SwiftyImage.podspec +++ b/SwiftyImage.podspec @@ -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' }