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