Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
davbeck committed Mar 19, 2015
1 parent 5b754de commit d5cbb2a
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 @@ -57,7 +57,7 @@ Your delegate should impliment the following methods in order to get the image a
TNKImagePickerController is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:

pod "TNKImagePickerController", "~> 0.1.0"
pod "TNKImagePickerController", "~> 0.2"

## Author

Expand Down
2 changes: 1 addition & 1 deletion TNKImagePickerController.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "TNKImagePickerController"
s.version = "0.1.0"
s.version = "0.2.0"
s.summary = "A replacement for UIImagePickerController that can select multiple photos."
s.homepage = "https://github.com/davbeck/TNKImagePickerController"
s.screenshots = "http://f.cl.ly/items/3c1h0N2X0N0y0a1U240P/IMG_0011.PNG", "http://f.cl.ly/items/0U473h2X2u211g3A1n0j/IMG_0012.PNG", "http://f.cl.ly/items/2n0A372v151R1P3p0g0o/IMG_0013.PNG"
Expand Down

0 comments on commit d5cbb2a

Please sign in to comment.