diff --git a/JLToast.podspec b/JLToast.podspec index 4416f4b..db7e65f 100644 --- a/JLToast.podspec +++ b/JLToast.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "JLToast" - s.version = "1.2.4" + s.version = "1.2.5" 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 2fb8e87..a6c1940 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ I recommend you to try [CocoaSeeds](https://github.com/devxoul/CocoaSeeds), whic **Seedfile** ```ruby -github 'devxoul/JLToast', '1.2.4', :files => 'JLToast/*.{swift,h}' +github 'devxoul/JLToast', '1.2.5', :files => 'JLToast/*.{swift,h}' ```