Skip to content

Commit 282e3f5

Browse files
committed
Bump version to 1.4.2
1 parent b4190ae commit 282e3f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

JLToast.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "JLToast"
3-
s.version = "1.4.1"
3+
s.version = "1.4.2"
44
s.summary = "Toast UI for Swift - Android-like toast with very simple interface."
55
s.homepage = "http://github.com/devxoul/JLToast"
66
s.license = { :type => 'WTPFL', :file => 'LICENSE' }

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Installation
4242
- **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:
4343

4444
```ruby
45-
github 'devxoul/JLToast', '1.4.1', :files => 'JLToast/*.{swift,h}'
45+
github 'devxoul/JLToast', '1.4.2', :files => 'JLToast/*.{swift,h}'
4646
```
4747

4848

0 commit comments

Comments
 (0)