Skip to content
This repository was archived by the owner on Oct 10, 2018. It is now read-only.

Commit a01b275

Browse files
committed
Version number increased
1 parent 6c34496 commit a01b275

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

DRCollectionViewTableLayout.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |s|
22
s.name = 'DRCollectionViewTableLayout'
3-
s.version = '1.0.4'
3+
s.version = '1.0.5'
44
s.summary = 'UICollectionView 2d-table / grid / spreadsheet layout'
55
s.homepage = 'https://github.com/darrarski/DRCollectionViewTableLayout-iOS'
66
s.license = { :type => 'MIT', :file => 'LICENSE' }
77
s.author = { 'Dariusz Rybicki' => '[email protected]' }
8-
s.source = { :git => 'https://github.com/darrarski/DRCollectionViewTableLayout-iOS.git', :tag => '1.0.4' }
8+
s.source = { :git => 'https://github.com/darrarski/DRCollectionViewTableLayout-iOS.git', :tag => '1.0.5' }
99
s.platform = :ios
1010
s.ios.deployment_target = '6.0'
1111
s.source_files = 'DRCollectionViewTableLayout'

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ You can install the library using CocoaPods. To do so, you will need to add one
1919

2020
For stable release (recommended):
2121

22-
pod 'DRCollectionViewTableLayout', '~> 1.0.4'
22+
pod 'DRCollectionViewTableLayout', '~> 1.0.5'
2323

24-
Which creates dependency for version `>= 1.0.4` and `< 1.1`
24+
Which creates dependency for version `>= 1.0.5` and `< 1.1`
2525

2626
For most recent or exact development version (not recommended on production):
2727

2828
pod 'DRCollectionViewTableLayout', :git => 'https://github.com/darrarski/DRCollectionViewTableLayout-iOS.git', :tag => 'VERSION_TAG'
2929

30-
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.
30+
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.
3131

3232
## Usage
3333

0 commit comments

Comments
 (0)