Skip to content

Commit

Permalink
prepare 0.2.2 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas CHENG committed Feb 21, 2014
1 parent ca632c4 commit e47379e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,18 @@ WYPopoverController is for the presentation of content in popover on iPhone / iP
| outerCornerRadius | `CGFloat` | 8 | 5 |
| innerCornerRadius | `CGFloat` | 6 | 0 |
| viewContentInsets | `UIEdgeInsets` | { 3, 0, 0, 0 } | UIEdgeInsetsZero |
| fillTopColor | `UIColor` | #373f47ff | #f4f4f4ff |
| fillTopColor | `UIColor` | #373f47ff | #f4f4f4ff |
| fillBottomColor | `UIColor` | #3b434cff | #f4f4f4ff |
| glossShadowColor | `UIColor` | #c3c5c77f | #transparent |
| glossShadowBlurRadius | `CGFloat` | 0 | 0 |
| glossShadowOffset | `CGSize` | { 0, 1.5 } | CGSizeZero |
| outerShadowColor | `UIColor` | #000000bf | #transparent |
| outerShadowBlurRadius | `CGFloat` | 8 | 0 |
| outerShadowOffset | `CGSize` | { 0, 2 } | CGSizeZero |
| innerShadowColor | `UIColor` | #000000bf | #transparent |
| innerShadowColor | `UIColor` | #000000bf | #transparent |
| innerShadowBlurRadius | `CGFloat` | 2 | 0 |
| innerShadowOffset | `CGSize` | { 0, 1 } | CGSizeZero |
| minOuterCornerRadius | `CGFloat` | 0 | 0 |
| minOuterCornerRadius | `CGFloat` | 0 | 0 |
| innerStrokeColor | `UIColor` | #262c31ff | #transparent |
| outerStrokeColor | `UIColor` | #262c31ff | #transparent |

Expand Down Expand Up @@ -156,7 +156,7 @@ Your PodFile should look like :

```Ruby
platform :ios, '6.0'
pod 'WYPopoverController', '~> 0.2.1'
pod 'WYPopoverController', '~> 0.2.2'
```

To use the `master` branch of the repo :
Expand Down
2 changes: 1 addition & 1 deletion WYPopoverController/WYPopoverController.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Version 0.2.1
Version 0.2.2
WYPopoverController is available under the MIT license.
Expand Down
2 changes: 1 addition & 1 deletion WYPopoverController/WYPopoverController.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Version 0.2.1
Version 0.2.2
WYPopoverController is available under the MIT license.
Expand Down
2 changes: 1 addition & 1 deletion WYPopoverController/WYStoryboardPopoverSegue.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Version 0.2.1
Version 0.2.2
WYPopoverController is available under the MIT license.
Expand Down
2 changes: 1 addition & 1 deletion WYPopoverController/WYStoryboardPopoverSegue.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Version 0.2.1
Version 0.2.2
WYPopoverController is available under the MIT license.
Expand Down

0 comments on commit e47379e

Please sign in to comment.