Skip to content

Commit 6031f76

Browse files
committed
Bump version to 2.0.3
1 parent de40f1a commit 6031f76

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

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

4848
```ruby
49-
github 'devxoul/Toaster', '2.0.2', :files => 'Sources/*.{swift,h}'
49+
github 'devxoul/Toaster', '2.0.3', :files => 'Sources/*.{swift,h}'
5050
```
5151

5252

Toaster.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 = "Toaster"
3-
s.version = "2.0.2"
3+
s.version = "2.0.3"
44
s.summary = "Toast for Swift"
55
s.homepage = "http://github.com/devxoul/Toaster"
66
s.license = { :type => 'WTPFL', :file => 'LICENSE' }

0 commit comments

Comments
 (0)