diff --git a/DRCollectionViewTableLayout.podspec b/DRCollectionViewTableLayout.podspec index 6480b58..a713921 100644 --- a/DRCollectionViewTableLayout.podspec +++ b/DRCollectionViewTableLayout.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = 'DRCollectionViewTableLayout' - s.version = '1.0.4' + s.version = '1.0.5' s.summary = 'UICollectionView 2d-table / grid / spreadsheet layout' s.homepage = 'https://github.com/darrarski/DRCollectionViewTableLayout-iOS' s.license = { :type => 'MIT', :file => 'LICENSE' } s.author = { 'Dariusz Rybicki' => 'darrarski@gmail.com' } - s.source = { :git => 'https://github.com/darrarski/DRCollectionViewTableLayout-iOS.git', :tag => '1.0.4' } + s.source = { :git => 'https://github.com/darrarski/DRCollectionViewTableLayout-iOS.git', :tag => '1.0.5' } s.platform = :ios s.ios.deployment_target = '6.0' s.source_files = 'DRCollectionViewTableLayout' diff --git a/README.md b/README.md index 7804780..7a43eab 100644 --- a/README.md +++ b/README.md @@ -19,15 +19,15 @@ You can install the library using CocoaPods. To do so, you will need to add one For stable release (recommended): - pod 'DRCollectionViewTableLayout', '~> 1.0.4' + pod 'DRCollectionViewTableLayout', '~> 1.0.5' -Which creates dependency for version `>= 1.0.4` and `< 1.1` +Which creates dependency for version `>= 1.0.5` and `< 1.1` For most recent or exact development version (not recommended on production): pod 'DRCollectionViewTableLayout', :git => 'https://github.com/darrarski/DRCollectionViewTableLayout-iOS.git', :tag => 'VERSION_TAG' -Where `VERSION_TAG` you should put tag name for given version (ex. "1.0.4"). It is recommended to set version explicity instead of using most recent version, as backward compatibility is not warranted. +Where `VERSION_TAG` you should put tag name for given version (ex. "1.0.5"). It is recommended to set version explicity instead of using most recent version, as backward compatibility is not warranted. ## Usage