Skip to content

Commit 69ac373

Browse files
committed
Merge develop into master
2 parents e8627a9 + 8c2ea15 commit 69ac373

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Thunder Collection
22

3-
[![Build Status](https://travis-ci.org/3sidedcube/ThunderCollection.svg)](https://travis-ci.org/3sidedcube/ThunderCollection) [![Swift 5.1](http://img.shields.io/badge/swift-5.1-brightgreen.svg)](https://swift.org/blog/swift-5-1-released/) [![Apache 2](https://img.shields.io/badge/license-Apache%202-brightgreen.svg)](LICENSE.md)
3+
[![Build Status](https://travis-ci.org/3sidedcube/ThunderCollection.svg)](https://travis-ci.org/3sidedcube/ThunderCollection) [![Swift 5.2](http://img.shields.io/badge/swift-5.1-brightgreen.svg)](https://swift.org/blog/swift-5-2-released/) [![Apache 2](https://img.shields.io/badge/license-Apache%202-brightgreen.svg)](LICENSE.md)
44

55
Thunder Collection is a useful framework which enables quick and easy creation of collection views in iOS using a declarative approach. It makes the process of creating complex collection views as simple as a few lines of code; and removes the necessity for having long chains of index paths and if statements.
66

ThunderCollection.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@
374374
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
375375
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
376376
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
377-
MARKETING_VERSION = 1.2.3;
377+
MARKETING_VERSION = 1.2.4;
378378
PRODUCT_BUNDLE_IDENTIFIER = com.3sidedcube.ThunderCollection;
379379
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
380380
SKIP_INSTALL = YES;
@@ -400,7 +400,7 @@
400400
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
401401
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
402402
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
403-
MARKETING_VERSION = 1.2.3;
403+
MARKETING_VERSION = 1.2.4;
404404
PRODUCT_BUNDLE_IDENTIFIER = com.3sidedcube.ThunderCollection;
405405
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
406406
SKIP_INSTALL = YES;

0 commit comments

Comments
 (0)