mirror of
https://github.com/realm/SwiftLint.git
synced 2026-05-07 20:12:49 +00:00
release 0.52.4
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
## Main
|
||||
## 0.52.4: Lid Switch
|
||||
|
||||
#### Breaking
|
||||
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
module(
|
||||
name = "swiftlint",
|
||||
version = "0.52.3",
|
||||
version = "0.52.4",
|
||||
compatibility_level = 1,
|
||||
repo_name = "SwiftLint",
|
||||
)
|
||||
|
||||
+2
-2
@@ -114,8 +114,8 @@ let package = Package(
|
||||
),
|
||||
.binaryTarget(
|
||||
name: "SwiftLintBinary",
|
||||
url: "https://github.com/realm/SwiftLint/releases/download/0.52.3/SwiftLintBinary-macos.artifactbundle.zip",
|
||||
checksum: "05cbe202aae733ce395de68557614b0dfea394093d5ee53f57436e4d71bbe12f"
|
||||
url: "https://github.com/realm/SwiftLint/releases/download/0.52.4/SwiftLintBinary-macos.artifactbundle.zip",
|
||||
checksum: "8a8095e6235a07d00f34a9e500e7568b359f6f66a249f36d12cd846017a8c6f5"
|
||||
)
|
||||
]
|
||||
)
|
||||
|
||||
@@ -4,5 +4,5 @@ public struct Version {
|
||||
public let value: String
|
||||
|
||||
/// The current SwiftLint version.
|
||||
public static let current = Version(value: "0.52.3")
|
||||
public static let current = Version(value: "0.52.4")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user