Skip to content

Commit

Permalink
Version bump to 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sovata8 committed Aug 19, 2017
1 parent 511335a commit 4673292
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,13 @@

__RevealingTableViewCell__ follows [Semantic Versioning](http://semver.org/).

## [1.0.6](https://github.com/sovata8/RevealingTableViewCell/releases/tag/1.0.6)
[GitHub compare](https://github.com/sovata8/RevealingTableViewCell/compare/1.0.5...1.0.6)

- Better README
- Added the generated docset to the repo itself (`/docs`) in light of the fact that cocoadocs.org has been discontinued.


## [1.0.5](https://github.com/sovata8/RevealingTableViewCell/releases/tag/1.0.5)
[GitHub compare](https://github.com/sovata8/RevealingTableViewCell/compare/1.0.4...1.0.5)

Expand Down
4 changes: 2 additions & 2 deletions RevealingTableViewCell.podspec
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
#

s.name = "RevealingTableViewCell"
s.version = "1.0.5"
s.version = "1.0.6"
s.summary = "RevealingTableViewCell is a UITableViewCell that can be slided to reveal content udnerneath it's main view."

# This description is used to generate tags and improve search results.
Expand Down Expand Up @@ -82,7 +82,7 @@ Pod::Spec.new do |s|
# Supports git, hg, bzr, svn and HTTP.
#
# s.source = { :git => "http://EXAMPLE/RevealingTableViewCell.git", :tag => "#{s.version}" }
s.source = { :git => "https://github.com/sovata8/RevealingTableViewCell.git", :tag => "1.0.5" }
s.source = { :git => "https://github.com/sovata8/RevealingTableViewCell.git", :tag => "1.0.6" }


# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
Expand Down
2 changes: 1 addition & 1 deletion RevealingTableViewCell/Info.plist
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0.5</string>
<string>1.0.6</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit 4673292

Please sign in to comment.