Skip to content

Commit

Permalink
bump to v 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fumito-ito committed Oct 28, 2024
1 parent e32b95a commit b57c687
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion GRMustache.swift.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'GRMustache.swift'
s.version = '5.0.1'
s.version = '6.0.0'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.summary = 'Flexible Mustache templates for Swift.'
s.homepage = 'https://github.com/groue/GRMustache.swift'
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ GRMustache.swift [![Swift](https://img.shields.io/badge/swift-6-orange.svg?style
- 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/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
- Swift 5.0: use the [version 4.0.0](https://github.com/groue/GRMustache.swift/tree/4.0.0)
- Swift 5.0: use the [version 6.0.0](https://github.com/groue/GRMustache.swift/tree/6.0.0) or later

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

Expand Down Expand Up @@ -118,7 +119,7 @@ To use GRMustache.swift with the Swift Package Manager, add https://github.com/g

```swift
dependencies: [
.package(url: "https://github.com/groue/GRMustache.swift", from: "5.0.1")
.package(url: "https://github.com/groue/GRMustache.swift", from: "6.0.0")
]
```

Expand All @@ -140,7 +141,7 @@ targets: [

```sh
cd [GRMustache.swift directory]
git checkout 2.0.0
git checkout 6.0.0
````

3. Embed the `Mustache.xcodeproj` project in your own project.
Expand Down

0 comments on commit b57c687

Please sign in to comment.