Skip to content
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.

Commit

Permalink
Fix Swift version declaration
Browse files Browse the repository at this point in the history
Should have been 4.1. Fixes Jounce#91
  • Loading branch information
alejandro-isaza committed Oct 24, 2018
1 parent 75f2749 commit 38a328e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .swift-version
@@ -1 +1 @@
4.0
4.1
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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

Expand Down

0 comments on commit 38a328e

Please sign in to comment.