Skip to content
This repository was archived by the owner on Aug 24, 2019. It is now read-only.

Commit fe567fb

Browse files
committed
Version 1.3.0
1 parent c8038e2 commit fe567fb

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

.swift-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.1

SSPullToRefresh.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 = 'SSPullToRefresh'
3-
s.version = '1.2.4'
3+
s.version = '1.3.0'
44
s.summary = 'Simple and highly customizable pull to refresh view.'
55
s.homepage = 'https://github.com/soffes/sspulltorefresh'
66
s.author = { 'Sam Soffes' => '[email protected]' }

SSPullToRefresh.xcodeproj/project.pbxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,7 @@
321321
368DECD81B20B1300098369F /* Release */,
322322
);
323323
defaultConfigurationIsVisible = 0;
324+
defaultConfigurationName = Release;
324325
};
325326
9E5FDF0516B9E4D70028CF6C /* Build configuration list for PBXProject "SSPullToRefresh" */ = {
326327
isa = XCConfigurationList;

SSPullToRefresh/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>1.2.4</string>
18+
<string>1.3.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)