Skip to content

Commit

Permalink
Merge pull request #102 from TheRogue76/patch-1
Browse files Browse the repository at this point in the history
fix: update the podspec and the readme
  • Loading branch information
fumito-ito authored Oct 18, 2024
2 parents c4ee40e + 2908801 commit 9c2131c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.0'
s.version = '5.0.1'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.summary = 'Flexible Mustache templates for Swift.'
s.homepage = 'https://github.com/groue/GRMustache.swift'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,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.0")
.package(url: "https://github.com/groue/GRMustache.swift", from: "5.0.1")
]
```

Expand Down

0 comments on commit 9c2131c

Please sign in to comment.