Skip to content

Commit a57dff7

Browse files
author
Yuki Miida
authored
Merge pull request #41 from onoyuuya/bump-version
Bump version to 5.3.0
2 parents 35ff14b + 27b3e42 commit a57dff7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Puree.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Puree"
3-
s.version = "5.2.0"
3+
s.version = "5.3.0"
44
s.summary = "Awesome log aggregator"
55
s.homepage = "https://github.com/cookpad/Puree-Swift"
66
s.license = { :type => "MIT", :file => "LICENSE" }

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The [Swift Package Manager](https://swift.org/package-manager/) is a tool for au
4646
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`.
4747
```swift
4848
dependencies: [
49-
.package(url: "https://github.com/cookpad/Puree-Swift.git", .upToNextMinor(from: "5.2.0"))
49+
.package(url: "https://github.com/cookpad/Puree-Swift.git", .upToNextMinor(from: "5.3.0"))
5050
]
5151
```
5252

0 commit comments

Comments
 (0)