Skip to content

Commit

Permalink
fix swift lang version
Browse files Browse the repository at this point in the history
  • Loading branch information
fumito-ito committed Aug 19, 2024
1 parent 8d9e3bf commit 1be6c51
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,15 @@ GRMustache.swift [![Swift](https://img.shields.io/badge/swift-6-orange.svg?style

### Mustache templates for Swift

**Latest release**: Augst 19, 2024 • version 5.0.0 • [CHANGELOG](https://github.com/groue/GRMustache.swift/releases)
**Latest release**: August 19, 2024 • version 5.0.0 • [CHANGELOG](https://github.com/groue/GRMustache.swift/releases)

**Requirements**: iOS 8.0+ / OSX 10.10+ / tvOS 9.0+ • Xcode 16+ • Swift 6
**Requirements**: iOS 8.0+ / OSX 10.10+ / tvOS 9.0+ • Xcode 16+ • Swift 5

- Swift 2.2: use the [version 1.0.1](https://github.com/groue/GRMustache.swift/tree/1.0.1)
- Swift 2.3: use the [version 1.1.0](https://github.com/groue/GRMustache.swift/tree/1.1.0)
- Swift 4.0: use the [version 3.0.0](https://github.com/fumito-ito/GRMustache.swift/tree/3.0.0)
- Swift 4.2: use the [version 3.1.0](https://github.com/fumito-ito/GRMustache.swift/tree/3.1.0)
- Swift 5.0: use the [version 4.0.0](https://github.com/fumito-ito/GRMustache.swift/tree/4.0.0)
- Swift 6.0: use the [version 5.0.0](https://github.com/fumito-ito/GRMustache.swift/tree/5.0.0)
- Swift 4.0: use the [version 3.0.0](https://github.com/groue/GRMustache.swift/tree/3.0.0)
- Swift 4.2: use the [version 3.1.0](https://github.com/groue/GRMustache.swift/tree/3.1.0)
- Swift 5.0: use the [version 4.0.0](https://github.com/groue/GRMustache.swift/tree/4.0.0) or later

Follow [@groue](http://twitter.com/groue) on Twitter for release announcements and usage tips.

Expand Down

0 comments on commit 1be6c51

Please sign in to comment.