Skip to content

Commit

Permalink
Merge pull request #85 from GyazSquare/release-3.2.0
Browse files Browse the repository at this point in the history
Fix #84
  • Loading branch information
gooichi committed Dec 27, 2022
2 parents a32b955 + ffd084a commit 14cb83c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -12,7 +12,7 @@ Flycheck-swift3 is designed to work with Apple [swift-mode.el](https://github.co
## Features

* Apple [swift-mode.el](https://github.com/apple/swift/blob/master/utils/swift-mode.el) support
* Apple Swift 5 support
* Apple Swift 5.7 support
If you use the toolchain option, you can use the old version of Swift.
* The `xcrun` command support (only on macOS)

Expand Down
4 changes: 2 additions & 2 deletions flycheck-swift3.el
Expand Up @@ -4,7 +4,7 @@

;; Author: Goichi Hirakawa <gooichi@gyazsquare.com>
;; URL: https://github.com/GyazSquare/flycheck-swift3
;; Version: 3.1.2
;; Version: 3.2.0
;; Keywords: convenience, languages, tools
;; Package-Requires: ((emacs "25.1") (flycheck "26"))

Expand Down Expand Up @@ -42,7 +42,7 @@
;; Features:
;;
;; - Apple swift-mode.el support
;; - Apple Swift 5.4 support
;; - Apple Swift 5.7 support
;; If you use the toolchain option, you can use the old version of Swift.
;; - The `xcrun' command support (only on macOS)
;;
Expand Down

0 comments on commit 14cb83c

Please sign in to comment.