Skip to content

Commit

Permalink
Bump version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devxoul committed Apr 11, 2016
1 parent 8bd9a6f commit 38565fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.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' }
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):**
Expand All @@ -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}'
```


Expand Down

0 comments on commit 38565fd

Please sign in to comment.