Skip to content

Commit

Permalink
Bump version to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yacir committed Sep 29, 2018
1 parent 09f0dc6 commit 4f6eb60
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# CollectionViewSlantedLayout CHANGELOG

## 3.x.x (mm/dd/2018)
## 3.1.0 (09/29/2018)

* Updates to build specs with Xcode10 / Swift 4.2
* Fixes Identifier Name Violation #20
* Improves the performances by using the cache effectively #23
* Fixes SwiftLint errors & warnings
* Removes the deprecated `isFistCellExcluded` property
* Refactor mask calculation #26
* Others minor enhancements

## 3.0.1 (01/04/2018)

Expand Down
2 changes: 1 addition & 1 deletion CollectionViewSlantedLayout.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "CollectionViewSlantedLayout"
s.version = "3.0.1"
s.version = "3.1.0"
s.summary = "UICollectionViewLayout allowing the display of slanted content on UICollectionView"

s.description = <<-DESC
Expand Down
4 changes: 2 additions & 2 deletions CollectionViewSlantedLayout.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 3.0.1;
DYLIB_CURRENT_VERSION = 3.1.0;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = "$(SRCROOT)/Sources/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
Expand All @@ -450,7 +450,7 @@
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 3.0.1;
DYLIB_CURRENT_VERSION = 3.1.0;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = "$(SRCROOT)/Sources/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ it, simply add the following line to your Podfile:

```ruby
use_frameworks!
pod 'CollectionViewSlantedLayout', '~> 3.0'
pod 'CollectionViewSlantedLayout', '~> 3.1'
```

### Carthage
Expand Down
2 changes: 1 addition & 1 deletion Sources/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>3.0.1</string>
<string>3.1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 4f6eb60

Please sign in to comment.