File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Source/SwiftLintCore/Models Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- ## Main
1
+ ## 0.56.1: Heat Pump Dryer
2
2
3
3
#### Breaking
4
4
Original file line number Diff line number Diff line change 1
1
module (
2
2
name = "swiftlint" ,
3
- version = "0.56.0 " ,
3
+ version = "0.56.1 " ,
4
4
compatibility_level = 1 ,
5
5
repo_name = "SwiftLint" ,
6
6
)
Original file line number Diff line number Diff line change @@ -172,8 +172,8 @@ let package = Package(
172
172
package . targets. append (
173
173
. binaryTarget(
174
174
name: " SwiftLintBinary " ,
175
- url: " https://github.com/realm/SwiftLint/releases/download/0.56.0 /SwiftLintBinary-macos.artifactbundle.zip " ,
176
- checksum: " dcf90197f60b9fe4533544a9a3ec0538c9308cadbce2d5b20f5966376c53579a "
175
+ url: " https://github.com/realm/SwiftLint/releases/download/0.56.1 /SwiftLintBinary-macos.artifactbundle.zip " ,
176
+ checksum: " 146ef723e83d301b9f1ef647dc924a55dae293887e633618e76f8cb526292f0c "
177
177
)
178
178
)
179
179
#endif
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ public struct Version: VersionComparable {
9
9
}
10
10
11
11
/// The current SwiftLint version.
12
- public static let current = Self ( value: " 0.56.0 " )
12
+ public static let current = Self ( value: " 0.56.1 " )
13
13
14
14
/// Public initializer.
15
15
///
You can’t perform that action at this time.
0 commit comments