Skip to content

Commit

Permalink
Bump version to 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
devxoul committed Feb 16, 2017
1 parent de40f1a commit 6031f76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,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/Toaster', '2.0.2', :files => 'Sources/*.{swift,h}'
github 'devxoul/Toaster', '2.0.3', :files => 'Sources/*.{swift,h}'
```


Expand Down
2 changes: 1 addition & 1 deletion Toaster.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Toaster"
s.version = "2.0.2"
s.version = "2.0.3"
s.summary = "Toast for Swift"
s.homepage = "http://github.com/devxoul/Toaster"
s.license = { :type => 'WTPFL', :file => 'LICENSE' }
Expand Down

0 comments on commit 6031f76

Please sign in to comment.