From 38565fd3828ac5ff6162dc48b10602eec98fbb0e Mon Sep 17 00:00:00 2001 From: Suyeol Jeon Date: Tue, 12 Apr 2016 02:38:26 +0900 Subject: [PATCH] Bump version to 1.4.0 --- JLToast.podspec | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/JLToast.podspec b/JLToast.podspec index da5e3ef..0a2428f 100644 --- a/JLToast.podspec +++ b/JLToast.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "JLToast" - s.version = "1.3.5" + s.version = "1.4.0" s.summary = "Toast UI for Swift - Android-like toast with very simple interface." s.homepage = "http://github.com/devxoul/JLToast" s.license = { :type => 'WTPFL', :file => 'LICENSE' } diff --git a/README.md b/README.md index 40c1f2c..13df844 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Installation - **For iOS 8+ projects with [CocoaPods](https://cocoapods.org):** ```ruby - pod 'JLToast', '~> 1.3' + pod 'JLToast', '~> 1.4' ``` - **For iOS 8+ projects with [Carthage](https://github.com/Carthage/Carthage):** @@ -42,7 +42,7 @@ Installation - **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/JLToast', '1.3.5', :files => 'JLToast/*.{swift,h}' + github 'devxoul/JLToast', '1.4.0', :files => 'JLToast/*.{swift,h}' ```