Skip to content

Commit 4f6eb60

Browse files
committed
Bump version to 3.1.0
1 parent 09f0dc6 commit 4f6eb60

5 files changed

Lines changed: 12 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
# CollectionViewSlantedLayout CHANGELOG
22

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

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

713
## 3.0.1 (01/04/2018)
814

CollectionViewSlantedLayout.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "CollectionViewSlantedLayout"
3-
s.version = "3.0.1"
3+
s.version = "3.1.0"
44
s.summary = "UICollectionViewLayout allowing the display of slanted content on UICollectionView"
55

66
s.description = <<-DESC

CollectionViewSlantedLayout.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@
429429
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
430430
DEFINES_MODULE = YES;
431431
DYLIB_COMPATIBILITY_VERSION = 1;
432-
DYLIB_CURRENT_VERSION = 3.0.1;
432+
DYLIB_CURRENT_VERSION = 3.1.0;
433433
DYLIB_INSTALL_NAME_BASE = "@rpath";
434434
INFOPLIST_FILE = "$(SRCROOT)/Sources/Info.plist";
435435
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
@@ -450,7 +450,7 @@
450450
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
451451
DEFINES_MODULE = YES;
452452
DYLIB_COMPATIBILITY_VERSION = 1;
453-
DYLIB_CURRENT_VERSION = 3.0.1;
453+
DYLIB_CURRENT_VERSION = 3.1.0;
454454
DYLIB_INSTALL_NAME_BASE = "@rpath";
455455
INFOPLIST_FILE = "$(SRCROOT)/Sources/Info.plist";
456456
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ it, simply add the following line to your Podfile:
4747

4848
```ruby
4949
use_frameworks!
50-
pod 'CollectionViewSlantedLayout', '~> 3.0'
50+
pod 'CollectionViewSlantedLayout', '~> 3.1'
5151
```
5252

5353
### Carthage

Sources/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>3.0.1</string>
18+
<string>3.1.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)