diff --git a/CHANGELOG.md b/CHANGELOG.md index 1905042..9a1b118 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/RevealingTableViewCell.podspec b/RevealingTableViewCell.podspec index 0a21985..5ea6072 100644 --- a/RevealingTableViewCell.podspec +++ b/RevealingTableViewCell.podspec @@ -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. @@ -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 ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # diff --git a/RevealingTableViewCell/Info.plist b/RevealingTableViewCell/Info.plist index 152cf04..4ccf36c 100644 --- a/RevealingTableViewCell/Info.plist +++ b/RevealingTableViewCell/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.0.5 + 1.0.6 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass