Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinJiaDev committed Apr 18, 2017
1 parent a5f11ac commit e5cdfc7
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 0.6.2

### Added

- Add `CustomTitleFont`.
- Added by [Justin Jia](http://github.com/JustinJiaDev).
- Add `CustomTitleTextAlignment`.
- Added by [Justin Jia](http://github.com/JustinJiaDev).

## 0.6.1

### Added
Expand Down
2 changes: 1 addition & 1 deletion Overlay.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Overlay"
s.version = "0.6.1"
s.version = "0.6.2"
s.summary = "A very flexible UI framework designed for Swift."
s.homepage = "https://github.com/TintPoint/Overlay"
s.author = { "Justin Jia" => "[email protected]" }
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ class BorderView: UIView, CustomDesign {
#### Custom Font

> - CustomFont
> - CustomTitleFont
#### Custom Image

Expand Down Expand Up @@ -237,6 +238,7 @@ class BorderView: UIView, CustomDesign {
#### Custom Text Alignment

> - CustomTextAlignment
> - CustomTitleTextAlignment
### Available Styles

Expand Down
2 changes: 1 addition & 1 deletion Sources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.6.1</string>
<string>0.6.2</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit e5cdfc7

Please sign in to comment.