release 0.52.2
This commit is contained in:
parent
1b1b19a902
commit
34f5ffa7f7
|
@ -1,4 +1,4 @@
|
|||
## Main
|
||||
## 0.52.2: Crisper Clearer Pleats
|
||||
|
||||
#### Breaking
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
module(
|
||||
name = "swiftlint",
|
||||
version = "0.52.1",
|
||||
version = "0.52.2",
|
||||
compatibility_level = 1,
|
||||
repo_name = "SwiftLint",
|
||||
)
|
||||
|
|
|
@ -114,8 +114,8 @@ let package = Package(
|
|||
),
|
||||
.binaryTarget(
|
||||
name: "SwiftLintBinary",
|
||||
url: "https://github.com/realm/SwiftLint/releases/download/0.52.1/SwiftLintBinary-macos.artifactbundle.zip",
|
||||
checksum: "bb4875e7a0a80b4799211f2eb35d4a81a9d4fc9175f06be4479a680d76ddf29c"
|
||||
url: "https://github.com/realm/SwiftLint/releases/download/0.52.2/SwiftLintBinary-macos.artifactbundle.zip",
|
||||
checksum: "89651e1c87fb62faf076ef785a5b1af7f43570b2b74c6773526e0d5114e0578e"
|
||||
)
|
||||
]
|
||||
)
|
||||
|
|
|
@ -4,5 +4,5 @@ public struct Version {
|
|||
public let value: String
|
||||
|
||||
/// The current SwiftLint version.
|
||||
public static let current = Version(value: "0.52.1")
|
||||
public static let current = Version(value: "0.52.2")
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue