Skip to content

Commit

Permalink
Merge pull request #41 from onoyuuya/bump-version
Browse files Browse the repository at this point in the history
Bump version to 5.3.0
  • Loading branch information
mii-chan authored Oct 4, 2024
2 parents 35ff14b + 27b3e42 commit a57dff7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Puree.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Puree"
s.version = "5.2.0"
s.version = "5.3.0"
s.summary = "Awesome log aggregator"
s.homepage = "https://github.com/cookpad/Puree-Swift"
s.license = { :type => "MIT", :file => "LICENSE" }
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ The [Swift Package Manager](https://swift.org/package-manager/) is a tool for au
Once you have your Swift package set up, adding Puree-Swift as a dependency is as easy as adding it to the `dependencies` value of your `Package.swift`.
```swift
dependencies: [
.package(url: "https://github.com/cookpad/Puree-Swift.git", .upToNextMinor(from: "5.2.0"))
.package(url: "https://github.com/cookpad/Puree-Swift.git", .upToNextMinor(from: "5.3.0"))
]
```

Expand Down

0 comments on commit a57dff7

Please sign in to comment.