Skip to content

Commit

Permalink
Merge branch 'groue:master' into feature/fix-import-for-cocoapods
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRogue76 authored Oct 25, 2024
2 parents 8426dba + 9c2131c commit c10b07a
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 c10b07a

Please sign in to comment.