Skip to content

Commit f9e73d3

Browse files
committed
Bump version to 2.0.1
1 parent 7b44711 commit f9e73d3

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
@@ -45,7 +45,7 @@ Installation
4545
- **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:
4646

4747
```ruby
48-
github 'devxoul/Toaster', '2.0.0', :files => 'Sources/*.{swift,h}'
48+
github 'devxoul/Toaster', '2.0.1', :files => 'Sources/*.{swift,h}'
4949
```
5050

5151

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.0"
3+
s.version = "2.0.1"
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)