From 38a328eefe5ffef13d28dcb2804d2772aecf6107 Mon Sep 17 00:00:00 2001 From: Alejandro Isaza Date: Wed, 24 Oct 2018 14:52:02 -0700 Subject: [PATCH] Fix Swift version declaration Should have been 4.1. Fixes #91 --- .swift-version | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.swift-version b/.swift-version index 5186d070..7d5c902e 100644 --- a/.swift-version +++ b/.swift-version @@ -1 +1 @@ -4.0 +4.1 diff --git a/README.md b/README.md index 6fcce19c..730d5c19 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ _(Time in milliseconds, Optimization Level `-Ofast`)_ _The infrastructure and best practices for distributing Swift libraries are currently in flux during this beta period of Swift & Xcode. In the meantime, you can add Surge as a git submodule, drag the `Surge.xcodeproj` file into your Xcode project, and add `Surge.framework` as a dependency for your target._ -Surge uses Swift 4.0. This means that your code has to be written in Swift 4.0 or 4.2 due to current binary compatibility limitations. +Surge uses Swift 4.1. This means that your code has to be written in Swift 4.x due to current binary compatibility limitations. ### Swift Package Manager