Skip to content

Commit

Permalink
Bump version to 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yacir committed Sep 30, 2018
1 parent 7b7ebd6 commit 6b672d1
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CollectionViewSlantedLayout CHANGELOG

## 3.1.1 (09/30/2018)

* Invalidate the cache for bounds only if the size has changed

## 3.1.0 (09/29/2018)

* Updates to build specs with Xcode10 / Swift 4.2
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.1.0"
s.version = "3.1.1"
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.1.0;
DYLIB_CURRENT_VERSION = 3.1.1;
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.1.0;
DYLIB_CURRENT_VERSION = 3.1.1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = "$(SRCROOT)/Sources/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
Expand Down
4 changes: 2 additions & 2 deletions Examples/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- CollectionViewSlantedLayout (3.0.1)
- CollectionViewSlantedLayout (3.1.1)

DEPENDENCIES:
- CollectionViewSlantedLayout (from `../`)
Expand All @@ -9,7 +9,7 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
CollectionViewSlantedLayout: 351451242ec148a932d340b5c9ecee7ede4cc9c8
CollectionViewSlantedLayout: a9866e5fc9a25887f3cf79527876aea8e4ce3f31

PODFILE CHECKSUM: 784530443c4e94767488f5a14b699ce4f4b357bb

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.1.0</string>
<string>3.1.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 6b672d1

Please sign in to comment.