Skip to content

Commit

Permalink
Release 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pkandrashkou committed Feb 23, 2018
1 parent 0e96ac0 commit 932bd4d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changelog for ExpandableLayout 0.0.2
### Added
* Example UI update.

# Changelog for ExpandableLayout 0.0.1
### Added
* Initial setup.


2 changes: 1 addition & 1 deletion CampcotCollectionView.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'CampcotCollectionView'
s.version = '0.0.1'
s.version = '0.0.2'
s.summary = 'CapmcotCollectionView is custom UICollectionView that allows to expand and collapse sections.'
s.description = 'This library provides a custom UICollectionView that allows to expand and collapse sections.' \
'It provides a simple API to manage collection view appearance.'
Expand Down
2 changes: 1 addition & 1 deletion Source/Supporting Files/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>0.0.2</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit 932bd4d

Please sign in to comment.