Skip to content

Commit 68c8370

Browse files
authored
Merge pull request #7 from uhooi/release/0.1.1
Release/0.1.1
2 parents a1cb339 + f6809bf commit 68c8370

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ let package = Package(
4343
.macOS(.v10_10),
4444
],
4545
dependencies: [
46-
.package(url: "https://github.com/uhooi/swift-output-uhooi", exact: "0.1.0"),
46+
.package(url: "https://github.com/uhooi/swift-output-uhooi", exact: "0.1.1"),
4747
],
4848
targets: [.target(name: "FooTools", path: "")]
4949
)

Sources/OutputUhooi/main.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ struct Uhooi: ParsableCommand {
55

66
static var configuration = CommandConfiguration(
77
abstract: "Uhooi speak the phrase.",
8-
version: "0.1.0"
8+
version: "0.1.1"
99
)
1010

1111
@Flag(help: "Include a counter with each repetition.")

Tests/OutputUhooiTests/OutputUhooiTests.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ final class OutputUhooiTests: XCTestCase {
5858
}
5959

6060
func test_Uhooi_version() throws {
61-
try checkOutput(arguments: ["--version"], expected: "0.1.0\n", line: #line)
61+
try checkOutput(arguments: ["--version"], expected: "0.1.1\n", line: #line)
6262
}
6363

6464
// MARK: - Other Private Methods

0 commit comments

Comments
 (0)