Skip to content

Commit

Permalink
Merge pull request #7 from uhooi/release/0.1.1
Browse files Browse the repository at this point in the history
Release/0.1.1
  • Loading branch information
uhooi authored Sep 27, 2021
2 parents a1cb339 + f6809bf commit 68c8370
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ let package = Package(
.macOS(.v10_10),
],
dependencies: [
.package(url: "https://github.com/uhooi/swift-output-uhooi", exact: "0.1.0"),
.package(url: "https://github.com/uhooi/swift-output-uhooi", exact: "0.1.1"),
],
targets: [.target(name: "FooTools", path: "")]
)
Expand Down
2 changes: 1 addition & 1 deletion Sources/OutputUhooi/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ struct Uhooi: ParsableCommand {

static var configuration = CommandConfiguration(
abstract: "Uhooi speak the phrase.",
version: "0.1.0"
version: "0.1.1"
)

@Flag(help: "Include a counter with each repetition.")
Expand Down
2 changes: 1 addition & 1 deletion Tests/OutputUhooiTests/OutputUhooiTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ final class OutputUhooiTests: XCTestCase {
}

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

// MARK: - Other Private Methods
Expand Down

0 comments on commit 68c8370

Please sign in to comment.