Skip to content

Commit e47379e

Browse files
author
Nicolas CHENG
committed
prepare 0.2.2 tag
1 parent ca632c4 commit e47379e

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,18 +37,18 @@ WYPopoverController is for the presentation of content in popover on iPhone / iP
3737
| outerCornerRadius | `CGFloat` | 8 | 5 |
3838
| innerCornerRadius | `CGFloat` | 6 | 0 |
3939
| viewContentInsets | `UIEdgeInsets` | { 3, 0, 0, 0 } | UIEdgeInsetsZero |
40-
| fillTopColor | `UIColor` | #373f47ff | #f4f4f4ff |
40+
| fillTopColor | `UIColor` | #373f47ff | #f4f4f4ff |
4141
| fillBottomColor | `UIColor` | #3b434cff | #f4f4f4ff |
4242
| glossShadowColor | `UIColor` | #c3c5c77f | #transparent |
4343
| glossShadowBlurRadius | `CGFloat` | 0 | 0 |
4444
| glossShadowOffset | `CGSize` | { 0, 1.5 } | CGSizeZero |
4545
| outerShadowColor | `UIColor` | #000000bf | #transparent |
4646
| outerShadowBlurRadius | `CGFloat` | 8 | 0 |
4747
| outerShadowOffset | `CGSize` | { 0, 2 } | CGSizeZero |
48-
| innerShadowColor | `UIColor` | #000000bf | #transparent |
48+
| innerShadowColor | `UIColor` | #000000bf | #transparent |
4949
| innerShadowBlurRadius | `CGFloat` | 2 | 0 |
5050
| innerShadowOffset | `CGSize` | { 0, 1 } | CGSizeZero |
51-
| minOuterCornerRadius | `CGFloat` | 0 | 0 |
51+
| minOuterCornerRadius | `CGFloat` | 0 | 0 |
5252
| innerStrokeColor | `UIColor` | #262c31ff | #transparent |
5353
| outerStrokeColor | `UIColor` | #262c31ff | #transparent |
5454

@@ -156,7 +156,7 @@ Your PodFile should look like :
156156

157157
```Ruby
158158
platform :ios, '6.0'
159-
pod 'WYPopoverController', '~> 0.2.1'
159+
pod 'WYPopoverController', '~> 0.2.2'
160160
```
161161

162162
To use the `master` branch of the repo :

WYPopoverController/WYPopoverController.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Version 0.2.1
2+
Version 0.2.2
33
44
WYPopoverController is available under the MIT license.
55

WYPopoverController/WYPopoverController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Version 0.2.1
2+
Version 0.2.2
33
44
WYPopoverController is available under the MIT license.
55

WYPopoverController/WYStoryboardPopoverSegue.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Version 0.2.1
2+
Version 0.2.2
33
44
WYPopoverController is available under the MIT license.
55

WYPopoverController/WYStoryboardPopoverSegue.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Version 0.2.1
2+
Version 0.2.2
33
44
WYPopoverController is available under the MIT license.
55

0 commit comments

Comments
 (0)