Skip to content

Commit 11d07ee

Browse files
committed
Bump version to 1.3.0
1 parent d3d11d4 commit 11d07ee

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.2.5"
3+
s.version = "1.3.0"
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Use [CocoaPods](https://cocoapods.org). Minimum required version of CocoaPods is
3232
**Podfile**
3333

3434
```ruby
35-
pod 'JLToast'
35+
pod 'JLToast', '~> 1.3'
3636
```
3737

3838

@@ -43,7 +43,7 @@ I recommend you to try [CocoaSeeds](https://github.com/devxoul/CocoaSeeds), whic
4343
**Seedfile**
4444

4545
```ruby
46-
github 'devxoul/JLToast', '1.2.5', :files => 'JLToast/*.{swift,h}'
46+
github 'devxoul/JLToast', '1.3.0', :files => 'JLToast/*.{swift,h}'
4747
```
4848

4949

0 commit comments

Comments
 (0)