Skip to content

Commit

Permalink
Merge pull request #1 from jarrodparkes/swift-3.1
Browse files Browse the repository at this point in the history
bump to swift 3.1
  • Loading branch information
jarrodparkes authored Apr 12, 2017
2 parents d651310 + 8df6aff commit 7ef4377
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .swift-sample
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"type": "sandbox",
"title": "DominoKit",
"description": "Learn how to use DominoKit.",
"swiftversion": "swift-3.0.2-RELEASE-ubuntu14.04",
"swiftversion": "swift-3.1-RELEASE-ubuntu14.04",
"giturl": "https://github.com/jarrodparkes/DominoKit-Sample",
"gittag": "1.0.0"
"gittag": "1.4.0"
}
1 change: 0 additions & 1 deletion .swift-version

This file was deleted.

2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
osx_image: xcode8.2
osx_image: xcode8.3
language: objective-c
script:
- swift build
Expand Down
2 changes: 1 addition & 1 deletion DominoKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'DominoKit'
s.version = '1.3.5'
s.version = '1.4.0'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.homepage = 'https://github.com/jarrodparkes/DominoKit'
s.summary = 'Swift library for creating applications with dominoes.'
Expand Down
1 change: 1 addition & 0 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// swift-tools-version:3.1
import PackageDescription

let package = Package(
Expand Down

0 comments on commit 7ef4377

Please sign in to comment.