Skip to content

Commit cc31519

Browse files
committed
Bump version to 0.1.1.
1 parent 997713e commit cc31519

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

LXReorderableCollectionViewFlowLayout.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'LXReorderableCollectionViewFlowLayout'
3-
s.version = '0.1.0.beta2'
3+
s.version = '0.1.1'
44
s.summary = 'Extends UICollectionViewFlowLayout to support reordering of cells. Similar to long press and pan on books in iBook.'
55
s.homepage = 'https://github.com/lxcid/LXReorderableCollectionViewFlowLayout'
66
s.license = {
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
1010
s.author = 'Stan Chang Khin Boon'
1111
s.source = {
1212
:git => 'https://github.com/lxcid/LXReorderableCollectionViewFlowLayout.git',
13-
:tag => '0.1.0.beta2'
13+
:tag => '0.1.1'
1414
}
1515
s.platform = :ios, '4.3'
1616
s.source_files = 'LXReorderableCollectionViewFlowLayout/'

0 commit comments

Comments
 (0)