Skip to content
This repository has been archived by the owner on Nov 30, 2024. It is now read-only.

Commit

Permalink
release 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
esilverberg committed May 11, 2023
1 parent eb97fa6 commit db5bdd6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module(
name = "swiftlint",
version = "0.0.3",
version = "0.0.4",
compatibility_level = 1,
repo_name = "SwiftLint",
)
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ let package = Package(
),
.binaryTarget(
name: "SwiftLintBinary",
url: "https://github.com/perrystreetsoftware/SwiftLint/releases/download/0.0.3/SwiftLintBinary-macos.artifactbundle.zip",
checksum: "c7b61b6b8233da5c207ff1caf8ba7e504f06e04e1e14d419dc0edaedc0b2bf34"
url: "https://github.com/realm/SwiftLint/releases/download/0.0.4/SwiftLintBinary-macos.artifactbundle.zip",
checksum: "6bbd426716833d3b329cef09a6f703bd10be902ae7cc34f3b02b8c80744343d9"
)
]
)
2 changes: 1 addition & 1 deletion Source/SwiftLintCore/Models/Version.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ public struct Version {
public let value: String

/// The current SwiftLint version.
public static let current = Version(value: "0.0.3")
public static let current = Version(value: "0.0.4")
}

0 comments on commit db5bdd6

Please sign in to comment.