Skip to content

Commit

Permalink
bump to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chenzeyu committed Apr 9, 2016
1 parent a634ed8 commit 7f68536
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### v0.4.0 - 2016-04-09
- Added ```pickerWidth``` for setting picker width.

### v0.3.9 - 2016-03-24

#### Added
Expand Down
2 changes: 1 addition & 1 deletion CZPicker.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

Pod::Spec.new do |s|
s.name = "CZPicker"
s.version = "0.3.9"
s.version = "0.4.0"
s.summary = "CZPicker is a picker view shown as a popup."
s.description = <<-DESC
CZPicker is flexible. It is shown as a popup with customizations.
Expand Down
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@

Full [change logs](CHANGELOG.md)

### v0.4.0 - 2016-04-09
- Added ```pickerWidth``` for setting picker width.

### v0.3.9 - 2016-03-24

#### Added
Expand All @@ -23,11 +26,6 @@ Full [change logs](CHANGELOG.md)
#### Added
- Added ```headerTitleFont``` for title setting font.

### v0.3.7 - 2015-11-29

#### Added
- Added ```- (UIImage *)czpickerView:(CZPickerView *)pickerView imageForRow:(NSInteger)row``` for setting images for every item [#20](https://github.com/chenzeyu/CZPicker/issues/20)

## Usage

CZPicker is available through [CocoaPods](http://cocoapods.org). To install
Expand Down

0 comments on commit 7f68536

Please sign in to comment.