Skip to content

Commit 6b672d1

Browse files
committed
Bump version to 3.1.1
1 parent 7b7ebd6 commit 6b672d1

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CollectionViewSlantedLayout CHANGELOG
22

3+
## 3.1.1 (09/30/2018)
4+
5+
* Invalidate the cache for bounds only if the size has changed
6+
37
## 3.1.0 (09/29/2018)
48

59
* Updates to build specs with Xcode10 / Swift 4.2

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.1.0"
3+
s.version = "3.1.1"
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.1.0;
432+
DYLIB_CURRENT_VERSION = 3.1.1;
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.1.0;
453+
DYLIB_CURRENT_VERSION = 3.1.1;
454454
DYLIB_INSTALL_NAME_BASE = "@rpath";
455455
INFOPLIST_FILE = "$(SRCROOT)/Sources/Info.plist";
456456
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";

Examples/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- CollectionViewSlantedLayout (3.0.1)
2+
- CollectionViewSlantedLayout (3.1.1)
33

44
DEPENDENCIES:
55
- CollectionViewSlantedLayout (from `../`)
@@ -9,7 +9,7 @@ EXTERNAL SOURCES:
99
:path: "../"
1010

1111
SPEC CHECKSUMS:
12-
CollectionViewSlantedLayout: 351451242ec148a932d340b5c9ecee7ede4cc9c8
12+
CollectionViewSlantedLayout: a9866e5fc9a25887f3cf79527876aea8e4ce3f31
1313

1414
PODFILE CHECKSUM: 784530443c4e94767488f5a14b699ce4f4b357bb
1515

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.1.0</string>
18+
<string>3.1.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)