Skip to content

Commit

Permalink
Bump version to 1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
devxoul committed Aug 3, 2015
1 parent 9e6c28e commit 8e3bc5e
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.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' }
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}'
```


Expand Down

0 comments on commit 8e3bc5e

Please sign in to comment.