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

Commit

Permalink
Merge pull request #121 from rb-de0/swift4.2.1
Browse files Browse the repository at this point in the history
Add support Swift 4.2.1
  • Loading branch information
rb-de0 committed Nov 18, 2018
2 parents 7ddde0d + c3cc3b8 commit 2e0f9f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.2
4.2.1
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ yubatake is simple blogging engine for Swift.

### Swift

- 4.1.2
- 4.2.1

### OS

Expand All @@ -22,13 +22,13 @@ yubatake is simple blogging engine for Swift.

#### 1. Install Swift

Please install Swift in your environment. For macOS please download Xcode 9.3.
Please install Swift in your environment. For macOS please download Xcode 10.1.
If you are using Ubuntu, it is easy to install using swiftenv.

Example(swiftenv)

```bash
$ swiftenv install 4.1.2
$ swiftenv install 4.2.1
```

#### 2. Install MySQL
Expand Down

0 comments on commit 2e0f9f1

Please sign in to comment.