Skip to content

Commit 3f9bc5c

Browse files
committed
Roll back to swift-tools-version 5.1
1 parent ef6fe01 commit 3f9bc5c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.swift-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.2
1+
5.1

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: generic
22
env:
33
global:
4-
- SWIFT_VERSION=5.2
4+
- SWIFT_VERSION=5.1
55
matrix:
66
include:
77
- os: osx

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version:5.2
1+
// swift-tools-version:5.1
22
import PackageDescription
33

44
let package = Package(

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This repo only contains the core GraphQL implementation. For a better experience
2121

2222
This project is released under the MIT license. See [LICENSE](LICENSE) for details.
2323

24-
[swift-badge]: https://img.shields.io/badge/Swift-5.2-orange.svg?style=flat
24+
[swift-badge]: https://img.shields.io/badge/Swift-5.1-orange.svg?style=flat
2525
[swift-url]: https://swift.org
2626
[mit-badge]: https://img.shields.io/badge/License-MIT-blue.svg?style=flat
2727
[mit-url]: https://tldrlegal.com/license/mit-license

0 commit comments

Comments
 (0)