Skip to content

Commit

Permalink
Bump version to 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
devxoul committed Jun 22, 2016
1 parent b4190ae commit 282e3f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion JLToast.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "JLToast"
s.version = "1.4.1"
s.version = "1.4.2"
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' }
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.1', :files => 'JLToast/*.{swift,h}'
github 'devxoul/JLToast', '1.4.2', :files => 'JLToast/*.{swift,h}'
```


Expand Down

0 comments on commit 282e3f5

Please sign in to comment.