Skip to content

Commit

Permalink
Merge pull request #43 from wizeline/feature/release3.1.0
Browse files Browse the repository at this point in the history
Wrapping up version 3.1.0
  • Loading branch information
Jorge R Ovalle Z authored Aug 1, 2019
2 parents d2cd0f6 + 6cf4daf commit 0cf45b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Example/WLEmptyState/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>3.0.0</string>
<string>3.1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>3</string>
<string>4</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UILaunchStoryboardName</key>
Expand Down
2 changes: 1 addition & 1 deletion WLEmptyState.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'WLEmptyState'
s.version = '3.0.0'
s.version = '3.1.0'
s.summary = 'Custom view for Empty states on tables or collection entities'

s.description = 'A control to display a place holder in case there\'s no data on a UITableView or UICollectionView'
Expand Down

0 comments on commit 0cf45b3

Please sign in to comment.