Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
bump version to 3.0.1
  • Loading branch information
WXGBridgeQ committed Oct 17, 2018
1 parent 6307e89 commit e176169
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .swift-version
@@ -1 +1 @@
4.0
4.2
13 changes: 8 additions & 5 deletions .travis.yml
@@ -1,18 +1,21 @@
language: objective-c
osx_image: xcode9.2
language: swift
os: osx
osx_image: xcode10

branches:
only:
- master

env:
global:
- LC_CTYPE=en_US.UTF-8
- LANG=en_US.UTF-8
- PROJECT=SwiftPullToRefresh.xcodeproj
- SCHEME="SwiftPullToRefresh"
before_install:


script:
- xcodebuild -project "$PROJECT" -scheme "$SCHEME" -configuration Debug
- xcodebuild -project "$PROJECT" -scheme "$SCHEME" -configuration Release

after_success:
- sleep 5
- sleep 5
2 changes: 1 addition & 1 deletion SwiftPullToRefresh.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SwiftPullToRefresh"
s.version = "3.0.0"
s.version = "3.0.1"
s.summary = "An easy way to implement pull-to-refresh feature based on UIScrollView extension, written in Swift 4."
s.description = <<-DESC
An easy way to implement pull-to-refresh feature based on UIScrollView extension, written in Swift 4. Provide default style header and footer controls which you can directly use in your project, and also support for customization. GIF is also supported.
Expand Down

0 comments on commit e176169

Please sign in to comment.