Skip to content

Commit 7ef4377

Browse files
authored
Merge pull request #1 from jarrodparkes/swift-3.1
bump to swift 3.1
2 parents d651310 + 8df6aff commit 7ef4377

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.swift-sample

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"type": "sandbox",
33
"title": "DominoKit",
44
"description": "Learn how to use DominoKit.",
5-
"swiftversion": "swift-3.0.2-RELEASE-ubuntu14.04",
5+
"swiftversion": "swift-3.1-RELEASE-ubuntu14.04",
66
"giturl": "https://github.com/jarrodparkes/DominoKit-Sample",
7-
"gittag": "1.0.0"
7+
"gittag": "1.4.0"
88
}

.swift-version

Lines changed: 0 additions & 1 deletion
This file was deleted.

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
osx_image: xcode8.2
1+
osx_image: xcode8.3
22
language: objective-c
33
script:
44
- swift build

DominoKit.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 = 'DominoKit'
3-
s.version = '1.3.5'
3+
s.version = '1.4.0'
44
s.license = { :type => 'MIT', :file => 'LICENSE' }
55
s.homepage = 'https://github.com/jarrodparkes/DominoKit'
66
s.summary = 'Swift library for creating applications with dominoes.'

Package.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// swift-tools-version:3.1
12
import PackageDescription
23

34
let package = Package(

0 commit comments

Comments
 (0)