We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deeb02f commit 29eb6f3Copy full SHA for 29eb6f3
Package.swift
@@ -11,7 +11,7 @@ let package = Package(
11
dependencies: [
12
// SWCOMP: Uncomment the line below to build swcomp example program.
13
// .package(url: "https://github.com/jakeheis/SwiftCLI",
14
- // from: "5.2.0"),
+ // from: "6.0.0"),
15
.package(url: "https://github.com/tsolomko/BitByteData",
16
from: "2.0.0"),
17
],
Sources/swcomp/main.swift
@@ -7,7 +7,7 @@ import Foundation
7
import SWCompression
8
import SwiftCLI
9
10
-let cli = CLI(name: "swcomp", version: "4.7.0-dev+221021.4",
+let cli = CLI(name: "swcomp", version: "4.7.0-dev+231021.1",
description: """
swcomp - a small command-line client for SWCompression framework.
Serves as an example of SWCompression usage.
0 commit comments