Skip to content

Commit

Permalink
Bump version to 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bcylin committed Apr 14, 2017
1 parent f5c9147 commit dade369
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .jazzy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ github_url: https://github.com/bcylin/QuickTableViewController
github_file_prefix: https://github.com/bcylin/QuickTableViewController/blob/develop
xcodebuild_arguments: [-project, QuickTableViewController.xcodeproj, -scheme, QuickTableViewController-iOS]
module: QuickTableViewController
module_version: 0.5.1
module_version: 0.5.2
output: docs/output
theme: fullwidth
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## v0.5.2

#### Changes

* Xcode 8.3
* Make the image name and highlighted image name of `Icon` public readonly

## v0.5.1

#### Changes
Expand Down
2 changes: 1 addition & 1 deletion Example/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.5.1</string>
<string>0.5.2</string>
<key>CFBundleVersion</key>
<string>101</string>
<key>LSRequiresIPhoneOS</key>
Expand Down
4 changes: 2 additions & 2 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PODS:
- Nimble (6.1.0)
- Quick (1.1.0)
- QuickTableViewController (0.5.1)
- QuickTableViewController (0.5.2)

DEPENDENCIES:
- Nimble (from `https://github.com/Quick/Nimble.git`, tag `v6.1.0`)
Expand Down Expand Up @@ -29,7 +29,7 @@ CHECKOUT OPTIONS:
SPEC CHECKSUMS:
Nimble: 46fc2a2c3f2f5bb5e2d7e89756fb710c1457f27a
Quick: 4700beb8056662b579facd79eaca7f04fb3d48e6
QuickTableViewController: 7f984b4af21e9f2fc7ef840e40a7f46a0198039a
QuickTableViewController: cbaacea5a467f2e1bf83d13a716c5bbd6bc9f6b2

PODFILE CHECKSUM: a12ebb981507415ad7c19091d127cf3c2f6c6af0

Expand Down
2 changes: 1 addition & 1 deletion QuickTableViewController.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "QuickTableViewController"
s.version = "0.5.1"
s.version = "0.5.2"
s.summary = "A simple way to create a UITableView for settings."
s.screenshots = "https://bcylin.github.io/QuickTableViewController/img/screenshot.png"

Expand Down
2 changes: 1 addition & 1 deletion QuickTableViewController/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.5.1</string>
<string>0.5.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion QuickTableViewControllerTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>0.5.1</string>
<string>0.5.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit dade369

Please sign in to comment.