Skip to content

Commit 7ef3369

Browse files
committed
version 0.4.0
1 parent 549235a commit 7ef3369

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ let package = Package(
3232
),
3333
.binaryTarget(
3434
name: "run-script-bin",
35-
url: "https://github.com/p-x9/RunScriptPlugin/releases/download/0.3.0/run-script-bin.artifactbundle.zip",
36-
checksum: "3e43154c72e5d7bdadbe000cd23f78cbcf8f200149ea28a969539c22ef7be524"
35+
url: "https://github.com/p-x9/RunScriptPlugin/releases/download/0.4.0/run-script-bin.artifactbundle.zip",
36+
checksum: "28a4cacfbc3bb404e8a908837964afadc908da16b26041b0752f5d6f8b5b1644"
3737
),
3838
// DEBUG
3939
// .binaryTarget(name: "run-script-bin", path: "./run-script-bin.artifactbundle.zip"),

Sources/run-script/main.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ struct RunScript: ParsableCommand {
3333
static let configuration: CommandConfiguration = .init(
3434
commandName: "RunScript",
3535
abstract: "Run shell scripts configured in yaml files",
36-
version: "0.0.4",
36+
version: "0.4.0",
3737
shouldDisplay: true,
3838
helpNames: [.long, .short]
3939
)

0 commit comments

Comments
 (0)