Skip to content

Commit 29eb6f3

Browse files
committed
[swcomp] Upgrade SwiftCLI to 6.0
1 parent deeb02f commit 29eb6f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ let package = Package(
1111
dependencies: [
1212
// SWCOMP: Uncomment the line below to build swcomp example program.
1313
// .package(url: "https://github.com/jakeheis/SwiftCLI",
14-
// from: "5.2.0"),
14+
// from: "6.0.0"),
1515
.package(url: "https://github.com/tsolomko/BitByteData",
1616
from: "2.0.0"),
1717
],

Sources/swcomp/main.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import Foundation
77
import SWCompression
88
import SwiftCLI
99

10-
let cli = CLI(name: "swcomp", version: "4.7.0-dev+221021.4",
10+
let cli = CLI(name: "swcomp", version: "4.7.0-dev+231021.1",
1111
description: """
1212
swcomp - a small command-line client for SWCompression framework.
1313
Serves as an example of SWCompression usage.

0 commit comments

Comments
 (0)